ios-4.2 Questions

7

Solved

I have a custom MKAnnotationView where I set my image myself in viewForAnnotation. How do I animate it's drop like I can with MKPinAnnotationView? My code is - (MKAnnotationView *)mapView:(MKMapV...

9

Solved

I've tried the solution described here and here, namely copying a QuickTime movie to ~/Library/Application Support/iPhone Simulator/User/Media/DCIM/100APPLE/VID_0001.m4v, but this doesn't seem to d...
Luciferin asked 6/1, 2011 at 19:28

6

Solved

I'm trying to add a 1px black drop shadow to a button label with no luck. I've tried this:self.setTitleShadowOffset = CGSizeMake(0, -1); but I get: Request for member 'setTitleShadowOffset' in s...
Telemechanics asked 3/3, 2011 at 9:36

11

Solved

I am creating an application that write some data to the database. For checking I need to open the database in applications. I think it should be in ~/Library/Application Support/iphone simulato...
Tympanites asked 7/5, 2011 at 8:29

3

Solved

I want to integrate the print functionality in my app. The document I want to print will be in .doc or .txt format. I am not very experienced in iPhone development yet, so finding it difficult to ...
Lorentz asked 7/12, 2010 at 4:33

3

I want to add an image to my button instead of text. Can I do this in interface builder? Any example I can look at? Thanks Deshawn
Pinwork asked 13/6, 2011 at 16:14

5

Solved

I am new to iPhone technology. I've saved a problem in a iPhone application, but when i use textfield keyboard type number pad the keyboard doesn't show a return/done button. How can I hide the nu...
Senility asked 29/4, 2011 at 14:13

9

Solved

I am trying to develop a splitView based iPad app, that displays the split interface in every orientation. I have tried subclassing the UISplitViewController class as given in this tutorial, but it...
Discomfort asked 7/1, 2011 at 9:45

5

Solved

Hello everyone: I have set a custom background for my navigation bar, it's a tint color i think that i chose from IB. Now i want to change the my uitoolbar's (added programmatically) background sim...
Chlorenchyma asked 16/2, 2011 at 8:23

5

Archiving my project in Xcode is creating a multi-application bundle, instead of bundling my main target for release, which is what I want. Specifically, when I validate my archive in Organizer, it...
Wabash asked 5/3, 2011 at 20:18

3

Solved

Is there any open source code for creating a piano keyboard with sounds for ios? I have looked but have not found one, or offer a good recommendation were to start, AVAudioPlayer. or systemSo...
Consensus asked 29/7, 2011 at 19:2

8

Why does Xcode, after updating to SDK 4.2, always run my application in iPad Simulator instead of iPhone??? If I select iPhone Simulator as active executable it doesn't store my preference and runs...
Boar asked 29/11, 2010 at 23:30

2

I'm implementing a manually-triggered migration process for a CoreData-based app, and after the migration completes successfully, I'm trying to move the migrated DB back over the top of the origina...
Bunion asked 4/2, 2011 at 15:19

5

Solved

I am working with push notifications in a navBased app. in AppDelegate.m didRegisterForRemoteNotificationsWithDeviceToken: doesn't invoke on calling registerForRemoteNotificationTypes: code looks l...

3

Solved

I am doing an application which needs expansion of cells onclick in order to show more details. I have used a custom cell and added them to a UItableview. When i click on the cell it animates fine ...
Amid asked 29/8, 2012 at 10:46

3

Solved

I'm trying to use dynamic buttons created via code (no IB) in my project and they appear where and how I want them but they don't fire their actions. UIButton *button1 = [UIButton buttonWithType:U...
Platitude asked 16/2, 2011 at 14:48

3

Solved

Historically, my app has generated confirmations as plain HTML and passed that HTML to the normal MFMailComposeViewController for emailing to the customer. I wanted to try to leverage the new print...
Jacelynjacenta asked 4/12, 2010 at 23:33

2

Solved

I recently updated to Xcode 4.2. I also updated my new iPad 2 and iPod (latest generation) to iOS 5. I build my app and can debug them no problem. My older iPod running iOS 4.2.1 (8C148) doesn't r...
Hardhack asked 20/10, 2011 at 15:16

1

Can anyone tell me how I can create a PDF with a text annotation on it (so that the annotation can be visible while opening the PDF with the PDF reader in the Desktop) ? Currently I am able to cre...
Engineman asked 25/4, 2011 at 11:33

2

i'm trying to Building libCURL in iOS 4.2, i do some steps in the terminal. The steps are : cd curl-7.21.2 export CC=/Developer\ 4.2/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin...
Lichenology asked 26/5, 2011 at 6:48

3

Solved

I am trying to connect to twitter using oauth library. The library needs libxml2.dylib to be added. When adding this to SDK 4.1 or less the project build successfully. But when I use that with xcod...
Thicket asked 8/12, 2010 at 19:49

4

Assume there's code for an iphone project that is : IBOutlet UITextField* numberDisplay; @property (strong,nonatomic) IBOutlet UITextField *numberDisplay; in implementation file and @sy...
Gerent asked 3/12, 2011 at 4:0

3

Solved

I am trying to build and run the WhereamI.app example of the Big Nerd Ranch book: iOS Programming, chapter4. Compiling works just fine and it runs but the output to console is: server did not acc...
Unhealthy asked 9/8, 2011 at 21:20

7

I'm writing application which perfectly works on 4.0/4.1 iPhone simulator, but not 4.2. I'm getting such warning: Detected an attempt to call a symbol in system libraries that is not present on t...
Adenoidectomy asked 24/11, 2010 at 20:56

3

Solved

I am using iOS SDK 4.2. In my iPad app, I am not able to change the background color of Group Table View even it does not set to clear color If I try to change the table view style from Grouped T...
Orebro asked 20/12, 2010 at 7:19

© 2022 - 2024 — McMap. All rights reserved.