Questions tagged [iphone-sdk-4.1]

Refers to the iPhone software development kit, version 4.1.

58 questions
0
votes
1 answer

How to get the indexPath of the particular table from multiple table in iphone

Hi i m using 2 tables in a single view and want to get the indexpath of the tables. I use the below code to get the indexpath. but stil categoryId getting effected whatever table i access not the other thing. Please…
Pradeep
  • 37
  • 4
0
votes
1 answer

iPhone SDK > 4.1, UISearchBar does not respond to keyboard input if subview of an UIAlertView

Testing in the simulator for iPhone SDK > 4.1, UISearchBar does not respond to keyboard input if it is a subview of an UIAlertView. Tests on the iPad simulator 3.2 and on a 3.1 iPod Touch device both succeed, while on the 4.1 and 4.2 simulators, I…
luvieere
  • 37,065
  • 18
  • 127
  • 179
0
votes
1 answer

How to update a table view from another view

I have problem like - Have a table view with data, it also have a search button in the tab bar. search button will lead to another view, there i specifies the constraints and press a "filter now" button which display the data based on the…
Pradeep
  • 37
  • 4
0
votes
1 answer

UIPageControl : How to dynamically load controls in View in iPhone SDK?

I am making an iPhone app which has a requirement to implement the UIPageControl. I have referred to many tutorials but all of them have added static data to view. I want to dynamically add buttons to the view when the new view is swiped in. What…
Parth Bhatt
  • 19,381
  • 28
  • 133
  • 216
0
votes
1 answer

how to align UIControls in iphone Dynamically?

I m developing an appliaction, same application was developed in Android, In Android there is a concept called Layout. in that if any controls hidden that controls space will be occupied by near by controls and if the hidden control reappears, the…
Pradeep
  • 37
  • 4
0
votes
3 answers

Keypad in iphone is not going?

In my application, whenever i tap a textfield the keypad will be visible, i have used the [textField resignFirstResponder]; to that textfield's IBOutlet, but still the return key in keypad is not enabled, so cannot make the keypad go away.It…
Pradeep
  • 37
  • 4
0
votes
1 answer

Orientation in iPhone?

In my application, I use Orientation, I have to change the size of the controls according to the orientation. I have used a flag and according to that flag I change the size of the controls. But my doubt is, will this orientation affect every time,…
Pradeep
  • 37
  • 4
0
votes
1 answer

iPhone app nearly blank in simulator after upgrade from 3.1.3 to 4.1

Nearly pulling my hair out on this one. I developed my iPhone app mostly using the 3.1.2 SDK and Three20. (there is no version associated with the cut of Three20 I was using, but the latest date in the CHANGES doc is May 31st, 2010.) I upgraded to…
thebossman
  • 4,598
  • 11
  • 34
  • 45
0
votes
1 answer

iPhone Xcode Settings.bundle Plist Help

I followed the tutorial: http://useyourloaf.com/blog/2010/5/18/adding-a-settings-bundle-to-an-iphone-app.html And the "Shuffle Switch" (that I just created based on the tutorial) was not in the Settings App. Every time I did an NSLog on the state of…
Linuxmint
  • 4,716
  • 11
  • 44
  • 64
0
votes
1 answer

how do I compile with 3.2 even though I have 4.1.2 installed

I am having trouble with the new 4.1 for iPad. I want to still compile against 3.2. Do I set the base version in the project settings? If so, why is it marked as missing? How do I get it and where do I put it? Sorry a lot of questions there but they…
Mike S
  • 4,092
  • 5
  • 35
  • 68
0
votes
1 answer

IPhone API : adding methods to 3th party application delegate

we are using a third 3 party library which comes with its own application delegate class. In the main file of the of the application its initiating the UIApplication object as follows : retVal = UIApplicationMain(argc, argv, nil,…
xamiro
  • 1,391
  • 1
  • 16
  • 32
0
votes
3 answers

iPhone sdk 4.1: Application CRASHES when i try to access a .plist file third time

I have a menu scene, help scene, settings scene and game scene. When i enter into game scene, it loads some data string from a .plist file into a NSMutableArray. I am doing this reading and loading procedure as follows- + (void)…
Sadat
  • 3,493
  • 2
  • 30
  • 45
0
votes
1 answer

Xcode Repositry Git Error

Please review the screen shot, and let me know how can i fix this? I am using my computer and this configuration from last 1 year and I have no issue, It is suddenly happen.
Faizan Refai
  • 833
  • 10
  • 13
1 2 3
4