I have a weird problem. I\'m subclassing UIViewController and adding a tableView property in which I load a UITableView.
I have UIScro开发者_C百科llView with number of subviews. Each subview is custom UIButton with UIImage. When I load more and more subviews, more and more memory is used. But I remove invisible subviews
I\'m adding an image subview to an UITableViewController with a grouped table. Once I add the image subview I can see the table headers on top of the image, but the cells are being drawn behind the im
I have a UIViewController that is loading several subviews at different times based on user interaction. I originally built all of these subviews in code, with no nib files. Now I am moving to nib fil
I\'ve setup an own class(custom UIView). I\'am adding two of these customViews to my UIView as subviews.
I have a view controller that manage a view with a table view, a toolbar, a navigation bar and so on.
When i add a label to a cell using: - (void)tableView:(UITableView *)tableView accessoryButtonTappedForRowWithIndexPath:(NSIndexPath *)indexPath{
I have added a subview onto my main view and wish it to have a small shadow, feathered. I开发者_运维问答s there a way?Add another view offest by shadow size
Does my code look right? I\'m trying to load data into my table view and detailed sub view. My table works fine, but the data wont load in my sub view