-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am a noob at OBJ-C :)
I am trying to add a UIImageView to a UIScrollView to display a large image in my iPad app.
I have followed the tutorial here exactly:
http://howtomakeiphoneapps.com/2009/12/how-to-use-uiscrollview-in-your-iphone-app/
The only difference is that in my App the View is…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to create a textview with predefined height that will contain justified text.
When entering the text into the view, I need to be able to check when the view is full.
How would I do this? Core Text?
I am using sdk-3.2.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm developing an iPhone app. I need to create a Quiz application that has different Question views embedded in it (see my similar question).
Different types of Question will have different behavior, so I plan to create a controller class for each type of Question. The MultipleChoiceQuestionController…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
Any idea how to read a .ppt file in Cocoa Touch ?
I tried to load the contents of the file in UIWebView but it didn't work.
Here is the code :
[aWebView loadData:[NSData dataWithContentsOfFile:filePath]
MIMEType:@"application/vnd.ms-powerpoint"
textEncodingName:@"utf-8"
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How would I set up a gregorian calendar in cocoa touch and set an event that will repeat every X days?
Thanks
>>> More