UITextView on iOS 5 [closed] - iphone

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 11 years ago.
I was testing an iphone application which I have created that uses a UITextView and I noticed that the Text on UITextView iOS 5 is not showing, I tried to change its color, still the same,
Any one have tried it
Issam

Related

What to use in iOS as a drop down list [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 9 years ago.
I'm playing around with RubyMotion and trying to add a simple list to an sample app. In the list there will be four items (say, milk, cheese, beer, water) out of which the user should be able to pick (select) one.
What control can I use for this purpose?
I think you want UIPickerView.
Here are some Tutorial for that:
A Tutorial on Making a UIPickerView Sample App
UIPickerView Example

Why isn't the infinite scroll not working? [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 9 years ago.
Is there something wrong with the theme code?
here it is: http://pastebin.com/raw.php?i=f0AQb9vs
thank you :)

Removing last object in NSMutablearray [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
Is there any why to remove last object in NSMutablearray without crashing app? :D
Sure: send the removeLastObject message to a valid NSMutableArray object which is not empty.

iPhone Simulator: setting custom resolution for iPhone 5? [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
Is it possible to trick / hack iPhone Simulator in Xcode 4.4 for custom resolution to be able to start testing / developing application UI for new iPone 5 display (1136 x 640px)?
Or do we have to patiently wait for newer tools release?
Yes - solution http://0xced.blogspot.co.at/2012/08/prepare-your-apps-for-new-iphone.html

Why can't I change the app info? Keeps taking me to app settings [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I just created an application yesterday, but it won't let me edit the app info when I try to click on edit app info. It keeps taking me to the edit app settings area? What am I doing wrong?