I\'ve an app which provides to the user some sort of a line graph. I\'m using an UIScrollViewwhich is containing the view with graph. The view is using CoreGraphics to draw the graph in it\'s drawrect
I have a tableView that I\'m inserting rows into at the top. Whilst I\'m doing this I want the current view to stay completely still, so the rows only appear if y开发者_StackOverflowou scroll back up
so I followed this guide (\"The Technique for Static Row Content\") to create my own custom UITableViewCell-s that would contain one image.
I\'d like to offer my app users a couple of different skins to use for the app, a default black skin and then say a white skin.Maybe allow them to set fonts and / or font color site wide for headers o
Apologies for the big block \'o\' text, but I\'m somewhat of a beginner having a play around with using a UINavigationController as a part of an app I\'m writing and I\'m just wondering how I should h
I have a really weird issue with UITableView/UITableViewCells. I have a plain styled UITableView that displays a list of objects (for argument, lets say MenuItemsViewController), which has a child ob
I\'m using an UISplitViewController to show multiple detailViews depending on the selection in the root view. To get 开发者_开发知识库started I used the MultipleDetailsViews sample code.
I have a View Controller calling a method in its own view called closeMenu. closeMenu as seen below remove\'s a UIImageView called menu from the superView and sets it equal to nil. The method works wh
I have a table view wherein the number cells are not fixed and will keep on changing. I have to show two action buttons after my last cell in the table footer. How can I place them properly after my l
How can we set Separator style at cell level. i.e. each cell will be having diffe开发者_运维技巧rent separator style?I don\'t think you can set the cell separator style per cell.You might try setting