I downloaded from git a copy of the latest three20, and I keep running into errors when I try to compile the sample code in the folder.
Undefined symbols:
"_UIApplicationDidEnterBackgroundNotification", referenced from:
_UIApplicationDidEnterBackgroundNotification$non_lazy_ptr in libThree20UINavigator.a(TTBaseNavigator.o)
(...
Hi.
I got the following:
@interface A : UIViewController {
}
@property (nonatomic, assign) UIToolbar *toolBar;
@end
Here the 'toolBar' property can be set from outside to point to a externally created UIToolbar OR it can point to the navigationController tool bar.
I want to set the tool bar items independent of witch tool bar 'tool...
So I'm trying to animate an image stretching from a zero width to full size while fading in. The fade in comes across fine, but for whatever reason the thing appears at the full frame at the start of the animation, instead of growing as the alpha effect happens. My code is as follows:
[UIView beginAnimations:@"FadeButtons" context:nil];...
I'm having some strange issues on <li> elements when viewing my webpage on an iphone.
There appears to be a mysterious padding added to the left of ALL <li> elements on the page (almost like a padding-left:30px) when viewing the webpage over 3G/Edge/GPRS. However, when viewing the page over wifi, the padding disappears, and the page ren...
I want to create a website that can be visited by type of browsing device and when the user visits the site on different devices (iPad, iPhone, Netbook, PC) they immediately see the version of the site optimized for them instead of having to go to m.example.com . I know that you can specify html to print etc. Is there a type for device s...
Hi,
I am about to send an iPhone application to the app store, my question is: If I want my application supported by both IOS 4 and IOS 3.2... whats the plan ?
Cheers
...
Hi everybody,
I have the following php script that allows me perform some calls to other php pages.
I have a "data" array that contains a set of "id"s and a "name"s.
So the "$data[5][0]" will correspond to the "id" column of the sixth row and "$data[5][1]" will correspond to the "name" column of the sixth row.
If I execute this scrip...
Using a NSCalendar os anything else, is it possible to get the number of days of the month of a given NSDate ?
...
I'm trying to show a UIImagePickerController after a button is clicked in an UIActionSheet. The code is straightforward. However, the call to [[UIImagePickerController alloc] init] is hanging for several seconds before it finishes. I don't see this behavior in the simulator, but am seeing it on an iPod and iPhone.
Here are the UIActionS...
Hi everyone,
I store a float number in my SQLite (through core data) like this:
unit.conversion = [NSNumber numberWithFloat:0.001];
When I look at the SQLite database the value is 0.0010000000474974513
unit.conversion is an optional float in my datamodel...
What's wrong with that?
Thanks
...
At the moment i have declared my UIImage.
I load in an image into it.
But when I call the draw method I see nothing appear on the screen. Trying to get a little clock image to appear on my View.
clockImage = [ UIImage imageWithContentsOfFile:@"clock.png"];
[clockImage drawAtPoint:(CGPointMake(300.0, 300.0))];
Am i missing some vital...
I'm implementing a UITabBar in the middle of my navigation stack without UITabBarController. The UITabBar is in the DetailViewController which delegate a portion of the screen to the view controller associated with the selected tab element. Inside one of view controller's thats displayed via tab bar selection, there's a UIButton which...
I have a program that, at present, uses both UIImage and CGImage components. There's one CGImage tucked away in there for use as an image mask, since it seems easier to create the mask as a CGImage and leave it that way than to tuck it into the UIImage wrapper. My question is simply: are there any tangible differences between using a UII...
Hey guys,
I have a little issue here; my goal is to be able to process images at a very fast rate, maybe up to 10 images per second.
What is happening is I'm getting a CGImage, converting it to UIImage, and saving it to disk. But I'm realizing that saving using writeToFile is quite "slow", as I need to be able to save ten of these per s...
Hello everyone!
So, I'm actually making an iPhone app with a big library of guitar chords and scales.
The scales are logical, so they are successfully draw by following musical theory.
On the other hand, I have a library of 4500 small png files (3ko) for the guitar chords.
My problem is that even if it's not used for the launch (but f...
I am getting a headache from dealing with the data format, particulary the time offset components.
I retrieve a DateTime field from sqlite3 and temporarily store it in a const char*.
I convert this into an NSString*.
I conver the NSString* to a NSDate.
Now, before, I was using a date format something like this: "MM/dd/YYY hh:mm -0700...
I need a product to simulate network latency for testing mobile applications (in particular iphone and android). I plan to set up a wifi router connected to a linux box, and write a number of scripts to approximate different types of connectivity issues.
So far, I've taken a cursory look at Netem and ns-2 (or its offspring ns-3). Nete...
I have a UIImageView based class (lets call it classA) that uses a classB and was declared something like that...
@interface classA : UIImageView {
@public classB *mylabel;
}
@property (nonatomic, retain) classB *mylabel;
... @synthesize myLabel was put on its .m
class B was declared something like
@interface classB : UILabel...
I'm creating a webapp to be used by iOS users, but some phone numbers in the database need to have extensions added on. Is there any way to modify the tel:// URL scheme to include a pause or wait?
Thanks in advance!
...
Hi,
any hints to implement ibook, stanza like iphone app?
as ibook used private api then how about stanza, kobo?
any documentation or sample code to refer?
Thank you all...
...