Very very weird problem with UIImageView property on iPad application
@interface MyViewController : UIViewController {
IBOutlet UIImageView* coverImage;
}
@property(nonatomic, retain) IBOutlet UIImageView* coverImage;
… more code
@implementation MyViewController
@synthesize coverImage;
… more code
- (void)viewDidLoad {
[s...
I have an UIWebKit with a HTML, this HTML have several images and text, but just displaying it gives me the memory warning. So I did some tests:
The same HTML with different images, fullsize, and after the same images but reduced 50% from it's original size, for the 50% reduced images, I went to preview and reduced all images in 50%
The...
How to know without having iphone and ipad, any javascript/jquery effect/plugin which is working fine on all desktop browsers, will work on iphone and ipad also?
Is it enough to check on Latest Safari for Windows? I don't have MAC OSX .My os is Windows.
...
I need to develop a very simple iPad application that takes RSS feed of images that will be updated constantly and will display them and you can slide through them. As simple as that.
Is there a way to get basic help on doing this, I am very new to iPhone/iPad development and would like help.
To make the question clearer, I would appre...
Hi,
I'm creating an interactive e-book for the iPad. This book will contain multiple pages that will consist of a lot of animations (frame and motion animations), transitions,... I was wondering what my development options are, should I use OpenGL, Quartz,...?
I've use UIImageView.animationImages before and found that it had really bad ...
Hi,
I can't seem to get this to work. I can link to other iphone apps in appstore and they will take the user to the appstore. But iPad links do not seem to work? Has anyone managed to get a working link to an iPad app in appstore?
...
OK. It's an iPad app. Within the DetailViewController I have added a UIScrollView through IB and within that UIScrollView I have added a UIView (also added through IB) which holds various dynamically added UITableViews, UILabels and UIButtons.
My problem is that I'm getting errors on the UIButton clicks.
I have defined this method:
-...
Is there a good way to provide custom transitions between view controllers? For example, in the Photos app on the iPad, tapping on a photo album changes the navigation controller, but it also animates nicely into the grid of photos.
Thanks.
...
Is there a performance cost to using CGAffineTransformMakeRotation and CGAffineTransformMakeRotation on e.g. UITableView / UIScrollViews?
...
hi,i am developing an iPad app which has videos plays. the videos from URL . i am using control style 3 . but there is strange problem while i press done button it get video did finish notification but when i press next or previous button it doesn't get did finish notification.....
...
Hello,
In the past I've used the GameKit to connect two iPhones/iPods and synchronize some data.
Now, I have to do the same but with more than two iPads.
The idea is that they load data the very first time they start-up from a local .xml file.
Then, they use the current data and update it on their local copy.
There would be at minim...
How do you record an iPad screencast at full scale?
I have an iMac with maximum resolution 1680x1050 and the simulator doesn't fit the screen in portrait orientation. It does fit in landscape orientation.
Reducing the scale to 50% is not an option because the end result is too small. If the scale could be reduced slightly it would be f...
I want to read pdf file in iphone/ipad and i want to give animation(turn page) effect each page of pdf.
...
i want to have a background thread in my app that changes an image every 5 seconds for as long as the app is being run. Can someone point me in the direction of how this works? I am new to threads.
...
([UIDevice currentDevice].orientation);
using the above code in my app, all i get is 0 (unknown)
is there something thats going wrong here? Seems pretty straightforward
edit: more research led me to the problem with using device orientation early in the app, which I am doing. However when I instead use interfaceOrientation, it always...
I am trying to change the views (Master and Detail) of my spliviewcontroller using a segmented controll located on a toolbar on the DetailView.
I'm not sure how to controll these views.
Any help would be greatly appreciated.
...
Ok, I'm trying to play an HTML audio code on iPad but does not work.
I created one PHP script to send to the MP3 request to the HTML5 audio code
mp3_file_player.php?n=mp3file.mp3
The player is here:
http://www.avault.com/news/podcast-news/john-romero-podcast-episode-80/
You will see that works on every HTML5 supported browser eve...
Gmail allows you to set the default 'from' address, but it doesn't seem to do it when using the iPad mail app to use gmail. Anyone know how to do it?
...
I and a user to be able to thumb though photos on their iPad, how would I go about doing this via x-code, objective-C or the UI Builder?
...
Is it possible to turn off the animation for the autorotation? I want it to rotate, but I just dont want the animation to occur (like an instant switch).
...