Sudha Tiwari
Sudha Tiwari

Reputation: 2461

crash on textfield click iOS 6.0 and xcode 4.5

I have made an app regarding rating of picture. It is working fine on iOS 5. Today, i have started updating the whole code and making it compatible with iPhone 5. Some XIB's has been updated but now I got crash whenever I click on uitextfield but all the uibutton action is working fine. I have just changed the XIB to iPhone Retina 4.0 display. Please if someone has an idea about it please let me know.

Upvotes: 1

Views: 775

Answers (2)

Amit Singh
Amit Singh

Reputation: 428

Just make sure that "auto-correction", "auto-capitalization" and "check-spelling" properties of UITextField set to its default values in the code.

Upvotes: 1

Chris F
Chris F

Reputation: 16822

Put a breakpoint in the code that gets executed when you click on the text field and see where it crashes. You can then post the code here to get ideas.

Upvotes: 0

Related Questions