Missing font text on buttons in iOS5 & iOS 5.1 - iphone

Last week I uploaded an app to App Store. Some of the buttons have "Telugu Sangam MN Bold 17.0" Font. It's showing fine on iOS 6 running iPhone. But on iPhone's running with iOS 5 & iOS 5.1 the button texts are blank without any text.
What exactly I need to do to solve this? Even in the simulator's of iOS 5 & iOS 5.1 the buttons are blank without text, but in iOS 6 Simulator, everything looks good.

I just found the solution. I set the font title as "Attributed" which is not working with iOS 5 & iOS 5.1, now I changed it to "Plain", now it's working fine all versions. Thanks Guys for reply

Related

IOS simulator auto layout issue

Xcode Version 6.3.2 (6D2105)
IOS 8.0
I have a screen with 3 buttons
One at the Center, one above and one below.
The screen looks ok in iphone4 and iPhone 6.
But it looks differentt in iPhone 5.
I am using same constrains for all devices.
I checked this on simulator. I don’t’ know is there any
problem with simulator or am i doing something wrong.
The screen shots are attached.

Margin black using iPhone 5C on xcode

Yesterday I had to change my iphone 4S to 5C and now something is wrong in my xcode app. When I run the app in my iPhone 5C it shows some top and bottom black borders. I have search some on Google and here, but they are talking about put the 3 image launch (and I need help with that).
Any help will be much appreciated, because I'm stuck at the moment and I want to work it for 4 and 5.
Thanks in advance.
Apparently your app was built prior to iPhone 5 release (which was back in 2012), so the app is quite outdated. The reason for the black bars on top and bottom is that you do not have a iPhone 5 launch image in the app and your app is not optimised for iPhone 5 (and newer).
My recommendation is to take a look at iOS 8 and rebuild your user interface to support adaptive layouts, because you will also need to support iPhone 6 and 6+.

IOS 7 native keyboard not appering when using xcode 4.5?

When i run the xcode4.5 build of my project on ios7 then keyboard appearing is not ios native keyboard which is native to ios7 but it is showing the previous greyish keyboard but alertview is working fine.
I can move to xcode 5 but there is many UI issue when i switch to xcode 5.
Reset of things are working fine with xcode 4.5
You need to switch to Xcode 5 for the keyboard. There is not other way I know of. Also the users will like your app more if it has the iOS 7 features.
As already mentioned, you need to move to Xcode 5. As you've noticed, the alertViews (and actionSheets) will be iOS-7-ified automatically, though.

iOS5 iPhone app not working on iOS6 iPad

Okay guys,
This is a weird one.
I have an iOS 5.1 iPhone application; Navigation based.
It works fine on the iOS 5.1 iPhone and iPad, and on the iOS 5.1 iPhone and iPad simulators.
Works fine on iOS 6 iPhone simulator.
On both the iOS 6 iPad and iOS 6 iPad simulator it does not work until you change the zoom level.
The UI comes up, but the buttons are not clickable. Changing the zoom makes everything work.
Any ideas?
I've had the same problem with a piece of production code, managed to get around it using the same workaround given in the blog posted by Jeffrey
http://programmingthomas.wordpress.com/2012/10/08/keep-calm-v1-1-ios-6-ipad-bug/
You have to set the bound size for ipad [self.view setBounds: CGRectMake(0f, 0.0f, 768.0f, 1024.0)];

How to develop label and textfield frame size both Xcode 4.3 and Xcode 4.5

I have developed the form in Xcode 4.5 ..
while i run the program using iPhone simulator 6.0 ,the label and textfield(more than 5 labels and textfields) is not properly aligned and the button is not shown in the simulator...
I run the same program but change the simulator hardware deveice Xcode 4 inch retina display,now its work good..
What is problem and i need the solution.
Thanks in advance.