How to boot Surface Pro from an external Recovery Partition
How to create a custom UIPickerView
Creating picker views is similar to creating table views: you supply an array of data for each component by conforming to the UIPickerViewDataSource protocol. A component is equivalent to a section in a table view, and each component can have several sections. You can’t set much of this up in interface builder other than add […]