I\'m using Loren Brichter\'s FastScrolling UITableView subclass in my iOS app, and I have a problem properly deselecting the cells in the table view, when it\'s pushed back on top of the stack. My vie
i am using addSubView method to add views. Did any alternative methods are there for viewWillDisappear? viewWillDisa开发者_开发问答ppear is not firing. I want to release all allocated objects when the
In my app I have a tab bar. When I move from one tab to the other the delegate method is not been called.
I have a tabBarControllerView with a UIScrollViewController in its third tab. I\'m loading essentially the same thing, pictures from core data, in viewDidLoad and viewWillAppear. I\'m thinking that vi
I have a button which when pressed pushes a view controller however i\'m using a custom animation so pushViewController: childController animated: is set to NO. What i want to do though is detect this
I have a list of Patient objects in my main page, which is a table view. When I click on one of the rows, it will go to another page which shows two options pertaining to that particular patient, opti
I\'ve got a really strange bug in my project. I\'ve got a UIScrollView as my main, big view.Inside of it, I have a UIViewController (not UITableViewController) which has a UITableView instance variabl
I have a screen where the user creates a login and presses the save button. At this point I pop back to the previous screen full of saved logins like this ...
Here is the code for my delete, it works fine but you have to open another tab and then click this tab again for the item to be removed. As this is not the normal UITableView you cannot just remove fr
I have TabBarController in app, so all tab bar items are loading at same time,, when I am update data, and coming back, then previous views are still there and new views are added above them