xcode
Problems with localization of .storyboard files
Trying to make my project using storyboard. I changed my info.plist and added entry UIMainStoryboardFile with the name of my storyboard file and other things from documentation. I added new storyboa[详细]
2023-04-12 21:19 分类:问答application crashes when back button is clicked and No exceptions shown - Beginner
My application crashes when i click on the navigation controller back button , it doesn\'t show any exception or any.[详细]
2023-04-12 21:05 分类:问答iOS: Table-style TextField for Login Screen?
I wanna make a login screen like the one from Facebook\'s app. The part I wanna replicate is the two text fields that when stacked look like a table group. I can\'t figure out how they did it though.[详细]
2023-04-12 21:02 分类:问答Xcode 4.2 with ARC: will my code run even on iOS devices with firmware older than 5.0?
I updated my Xcode to 4.2 version, whi开发者_如何转开发ch includes the ARC technology. It seems to be a good thing, but if I enable ARC and edit my code according to Apple\'s suggestions, will my app[详细]
2023-04-12 20:56 分类:问答No iphone simulator folder in Application support
I want to add some videos to iPhone simulator for my project. I saw similar开发者_StackOverflow posts and noticed that I should post videos to[详细]
2023-04-12 20:40 分类:问答Can't drag 2 imageViews at the same time using touchesMoved
开发者_如何学PythonI\'m making a pong game and when I play as 2 players the images wont move at the same time: I have to release the one to move another.[详细]
2023-04-12 20:29 分类:问答Lost my iOS 5 debug symbols. How do I get them back?
I just upgraded Xcode to the latest (4.2 (4C199)) and my iPhone to iOS 5(9A334). I\'m using Snow Leopard. While debugging, I noticed I don\'t get any information with my stack trace. It\'s just a list[详细]
2023-04-12 20:27 分类:问答Obj-c generate a random float(or double) number between 0 and ∏ * 2
I am trying to generate a random float(or开发者_StackOverflow社区 double) number between 0 and ∏ * 2.[详细]
2023-04-12 20:24 分类:问答Xcode 4.2 debugging on a viewDidLoad or viewDidDisappear will end on a EXC_BAD_ACCESS
Xcode 4.2 debugging on a viewDidLoad or viewDidDisappear will end on a EXC_BAD_ACCESS It breaks on that breakpoint but when continuing (\"Continue program execution\") it returns a: EXC_BAD_ACCESS (c[详细]
2023-04-12 20:05 分类:问答how to call drawrect method from another class when it is made in appdelegate class
I have made a method in appdelegate class which is- @implementation UINavigationBar (category) - (void)drawRect:(CGRect)rect{[详细]
2023-04-12 20:03 分类:问答