Gilthonwe Apps

Results 15 comments of Gilthonwe Apps

+1 Works well. Would be nice to have an updated version of the lib :)

I have to add that the pickerView is only filled with ??? instead of the numbers.

Hi. I use the pickerView to select a time. So, with iOS 7, each part of the pickerView contains numbers from 0 to 9. But with iOS 6, each number...

That's sad. I am using it to be able to change the color of the text of each component of the pickerView. Is there another way to do it? Do...

I have updated my app with the latest version of your code and the pickerView is now empty. In order to change the color of the text, just have a...

Concerning the grouped table view, here is how I configure it: ![image](https://f.cloud.github.com/assets/1831740/1193498/79d6cc74-2474-11e3-8dd7-f1702471a2bd.png)

I managed to make the pickerView work. I just needed to set a frame to the UILabel I created in the viewForRow method. Thanks. Now, I still would like to...

If I use the selectRow:inComponent:animated method of the pickerView (configured with the viewForRow), I have this behaviour: ![image](https://f.cloud.github.com/assets/1831740/1194843/3a2b8ec0-248d-11e3-9b59-ba71e77826b3.png) In my code, I selected 10:16 and you can see the picker...

I have tested 0.9.7. Some issues have been fixed, thank you :-) Here are issues with GroupedTableView: iOS6 ![image](https://f.cloud.github.com/assets/1831740/1202267/97d8d3de-2541-11e3-8ff3-7a090a65c5c5.png) iOS7 ![image](https://f.cloud.github.com/assets/1831740/1202270/a5d933a2-2541-11e3-99ad-b4b8627c9bf2.png) As you can see, there is a missing separator...