Posts by Patrick Lopes • 27 points
3 posts
-
0
votes1
answer542
viewsQ: uitextfield check with only number
I am creating a tableview with Cells custon via xib and Uitableviewcell and I have a Cell that has only one textField and I want to do a check of number and number for that textfield but I don’t…
-
1
votes2
answers87
viewsQ: How to make Textview track writing
I need Textview to follow when I write because if this does not happen I end up writing under keyboard, I already gave an up in textview but it is very big and will end up being down anyway. how do…
-
1
votes1
answer58
viewsQ: call the properties of a Tableviewcell in a Viewcontroller
I’m trying to create a tableview with Cell dynamic according to the text inside it, and I’m trying to add the height of the label to the size of Cell but when I call the label in Viewconrtoller it’s…