segue transition with condition storyboard – I am new to storyboard and xcode (using 4.4) I would like to implement […]
Tag: iphone
How to expand the hitTest area of a UIButton without extruding it’s background image?
How to expand the hitTest area of a UIButton without extruding it’s background image? – I have set the UIButton‘s […]
sigabrt with no error message
sigabrt with no error message – I have a strange problem, i am getting a Sigabrt in main loop, but […]
Can I use a UIRefreshControl in a UIScrollView?
Can I use a UIRefreshControl in a UIScrollView? – I have about 5 UIScrollView‘s already in my app which all […]
performSelectorOnMainThread with multiple parameter
performSelectorOnMainThread with multiple parameter – I am trying to perform this action on the main thread: [curItem.mButton setBackgroundImage:newArt forState:UIControlStateNormal]; So […]
Xcode always stopping at main.m after a crash
Xcode always stopping at main.m after a crash – In the past, with the old and good Xcode 3, every […]
iOS UIWebView Javascript – insert data -receive callbacks?
iOS UIWebView Javascript – insert data -receive callbacks? – I have a webpage. I have a javascript file that does […]
iPhone: AVAudioPlayer unsupported file type
iPhone: AVAudioPlayer unsupported file type – My app downloads an mp3 from our server and plays it back to the […]
Is there a good tutorial on cocoa touch automated UI testing?
Is there a good tutorial on cocoa touch automated UI testing? – Typically I find that nearly all my most […]
Weak references inside a block
Weak references inside a block – I’m using an NSOperationQueue and queuing up NSOperationBlocks. Now, blocks have a strong reference […]