| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | 6 hours ago | |
| stats | profile views | 39 |
I'm a web developer and also iOS programmer
|
Feb 26 |
comment |
Automatically reposition UI elements with IB You can't do this only in IB. You'll have to give the text view the origin.y of the image view |
|
Feb 26 |
answered | number of cell returned in uitableview |
|
Feb 26 |
answered | Tableview Image is not changed while selecting row of Tableview in iOS |
|
Feb 26 |
comment |
Add UIviewcontroller to uiview First of all you have to draw the hierarchy on a paper and understand what you are trying to do. If you don't understand how hierarchy works, read about it on google. |
|
Feb 26 |
answered | How this iphone uiview behavior name |
|
Feb 25 |
awarded | Necromancer |
|
Feb 25 |
answered | Xcode assertion while calling storyboard view controller programmatically |
|
Feb 13 |
comment |
set UITextField.text from another class What if he wants to edit property of existing viewController? I would suggest create protocol with delegate method. |
|
Feb 11 |
comment |
Convert iphone 4 app into iphone 5 What do you mean full screen? hide the status bar? |
|
Feb 11 |
comment |
Convert iphone 4 app into iphone 5 Try this solution: stackoverflow.com/questions/12538454/… |
|
Feb 11 |
comment |
Convert iphone 4 app into iphone 5 Not auto layout, but auto resizing mask |
|
Feb 11 |
comment |
Convert iphone 4 app into iphone 5 Did you try to set autoresizing mask on UIView? |
|
Feb 10 |
answered | UIScrollview scrollViewShouldScrollToTop - Slow down the scroll speed |
|
Feb 10 |
answered | Open text file by tapping a view |
|
Feb 10 |
answered | Hangman game in objective-c |
|
Feb 7 |
comment |
uiwebview inside uipageviewcontroller blocks tap to turn page Try to put webview in a UIView as subview, and add recognizer to the UIView. |
|
Feb 7 |
comment |
How to dynamically position a UIDatePicker control for iPhone I edited my answer and then I saw you found it yourself. way to go |
|
Feb 7 |
revised |
How to dynamically position a UIDatePicker control for iPhone deleted 295 characters in body |
|
Feb 6 |
accepted | Printing parameters in win32 console application |
|
Feb 6 |
comment |
Printing parameters in win32 console application Anyway.. you're right. I should switch to c++ standards and not using microsoft's mutation. |