1
vote
2answers
350 views

How to get my iOS4.2 SDK developed code working with iOS3.1.3?

I am new to iPhone development. I started developing a project using iOS4.2 SDK. It works properly on both an iOS4.2 device and simulator. Later I realized that my app wasn't working on devices with ...
0
votes
1answer
658 views

How to disable a DetailViewController UIBarButtonItem from RootViewController?

i have a main table view. and a DetailView. when cell is clicked, DetailView of that cell comes which shows details of that cell. DetailView has two buttons next and previous. I wanna know how to ...
0
votes
0answers
376 views

UIActionSheet serious bug in 4.2 [closed]

I have found a serious bug with UIActionSheet! When a destructive button is added not at index 0 and there are more than 7 buttons, button at index 0 cannot be triggered. - (void) showSheet { ...
0
votes
1answer
371 views

animateWithDuration not available

i started a project with the iOS SDK 4.0 and want to use blocks in order to animate some UIViews. But after I recogized that "animateWithDuration" isn't available i updated my XCode and iOS SDK to ...