-
Articole recente
Comentarii recente
Categorii
Arhive
- octombrie 2022
- septembrie 2021
- decembrie 2020
- noiembrie 2020
- septembrie 2020
- decembrie 2019
- noiembrie 2019
- martie 2019
- februarie 2019
- ianuarie 2019
- martie 2018
- februarie 2018
- ianuarie 2018
- noiembrie 2017
- octombrie 2017
- august 2017
- ianuarie 2017
- noiembrie 2016
- octombrie 2016
- septembrie 2016
- iulie 2016
- iunie 2016
- mai 2016
- martie 2016
- februarie 2016
- ianuarie 2015
- decembrie 2014
- noiembrie 2014
- octombrie 2014
- septembrie 2014
- iulie 2014
- mai 2014
- aprilie 2014
- martie 2014
- februarie 2014
- decembrie 2013
- noiembrie 2013
- octombrie 2013
- iunie 2013
- februarie 2013
- ianuarie 2013
- decembrie 2012
- septembrie 2012
- iulie 2012
- mai 2012
- aprilie 2012
- martie 2012
- februarie 2012
- octombrie 2011
- iunie 2011
- aprilie 2011
- martie 2011
Tag Archives: UIPickerView
UIPickerView Tutorial — part 2
Before we continue the second installment in the series of basic tutorials about UIPickerView usage and customization, a short digression. Most Cocoa/ Cocoa Touch tutorials assume that all connections to delegates, data sources and outlets are done visually in XCode. Our previous example was no exception. You can see from the project (gave the link below) …
iOS 7 UIPickerView Simple Application
Recently I was asked by a friend to provide some support with UIPickerView in iOS 7. He was a bit puzzled by what it seemed to be the impossibility to pad the content of each picker view row to a certain distance from the left side of the UIPickerView. Basically, let’s consider the following example. …