ios5.1

How to Add image in custom cell using settings.bundle in iPhone?

时间秒杀一切 提交于 2019-12-11 07:55:15
问题 i have created a settings screen for iPhone application which is visible in iPhone settings. Now i have a requirement to add image logo of the application inside that screen (Screenshot Attached) i am using root.plist for settings. any one guide me how to achieve this? Thanks in advance. 回答1: The icon displayed will be a scaled down version of the Icon.png file by default. If you want something different add an icon sized at 29 x 29 pixels named Icon-Settings.png to your application. 回答2: I

Interpret Apple crash report for

久未见 提交于 2019-12-11 03:47:25
问题 My app got rejected by Appl App Store review team becase it was crashed on iPhone 4S and iPad (3rd Gen) running iOS 5.1.1, as soon as the app lunches, as they said. I tried this app on an iPhone 4 running iOS 5.1.1 and it ran just fine. They've attached a creadh report that I have no idea hot to investigate and will apreciate if you can help: Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 iEC2CDV1.6Lite 0x00012c24 0x1000 + 72740 1 SystemConfiguration 0x36d7fce4

Inserting alert view but not functioning

一笑奈何 提交于 2019-12-08 09:03:13
问题 I have a situation where i need to alert users that the next view controller accessed is "Data Loading". I added this to the FirstViewController button action: - (IBAction)showCurl:(id)sender { UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Please Wait" message:@"Acquiring data from server" delegate:self cancelButtonTitle:@"OK!" otherButtonTitles:nil]; [alert show]; SecondViewController *sampleView = [[SecondViewController alloc] init]; [sampleView setModalTransitionStyle

UISplitViewController problems with IOS 5.1

拜拜、爱过 提交于 2019-12-08 03:51:24
问题 I have a problem, I am programming with Monotouch 5.2.8 for IOS 5.1. But since the IOS 5.1 update my iPad configs the UISplitViewController so it is docked on the left side instead of presented as a popover. It works with IOS 5.0 but in 5.1 i got this problem. Here is the source code for my UISplitViewController: splitViewController = new UISplitViewController (); splitViewController.WeakDelegate = detailViewController; splitViewController.ViewControllers = new UIViewController[] {

presentViewController:animated:completion display issues in new ios 5.1 UISplitViewController

纵饮孤独 提交于 2019-12-07 20:02:04
问题 I've ran into some problems using UISplitViewController with presentViewController:animated:completion . To break the problem down into its simplest form, I've created a simple project with the master/detail template. In the project I've added a + button in the navigation bar of the master view. The plus button creates a navigation controller with a simple blank view. This navigation controller is then presented using presentViewController:animated:completion . However, the presented view

Times of calling application:didFinishLaunchingWithOptions: differs between iOS 5.x and iOS 6

你。 提交于 2019-12-07 15:36:20
问题 Subj. In iOS 5.x I have the next consequence of methods calling: -[UIViewController initWithCoder:] -[UIApplicationDelegate didFinishLaunchingWithOptions:] -[UIViewController viewDidLoad] -[UIViewController viewWillAppear:] -[UIViewController viewDidAppear:] But in iOS 6.x it's the next: -[UIViewController initWithCoder:] -[UIViewController viewDidLoad] -[UIViewController viewWillAppear:] -[UIApplicationDelegate didFinishLaunchingWithOptions:] -[UIViewController viewDidAppear:] So... what I

IOS 5.1 UILabel with Heavy Check Mark character ignores TextColor

限于喜欢 提交于 2019-12-07 14:39:32
问题 I've been developing an iOS app and recently "upgraded" to xCode 4.3.1 and the iOS 5.1 simulator and have a very strange issue with just one character. It's called "Heavy Check Mark" in the character viewer and it looks great in my app in 5.0.1 and below and is colored with a .textColor = [UIColor redColor]. In 5.1 it shows up black in the simulator and since my phone is jailbroken I haven't checked it in 5.1 on an actual device. If I put in any other character it shows up red, but this one

How to compile expat with iOS SDK 5.1?

一世执手 提交于 2019-12-06 13:17:40
How to compile expat with iOS SDK 5.1? I tried to adapt/upgrade from all older scripts, but nothing worked... Could anybody do it already? I found it! I used the following script: https://github.com/x2on/expat-ios The problem is that the command "xcode-select -print-path", used in the compilation script, is showing "/Developer" instead of the correct full path including "/Applications/Xcode.app/Contents/Developer". I just changed it and then it worked! The last XCode [SDK 5.1] moved the path of the developer tools and SDK to inside the XCode bundle. When trying to compile for iOS6.1 with the

Xcode 4.5 SplitView broken orientation with iOS 5.1 (working on iOS6 thought)

邮差的信 提交于 2019-12-06 12:38:38
问题 I was working on a splitView project when the Xcode was updated to v4.5. Since then autorotation was working perfectly. After the update, autorotation works only for iOS 6. On iOS 5.1 i am stack in Portrait. I have read all possible solutions but nothing seems to be able to fix my problem. Below is what i have done so far: Checked that All orientations are in my plist. Replaced (BOOL)shouldAutorotateToInterfaceOrientation: with - (BOOL)shouldAutorotate { return TRUE; } - (NSUInteger

UISplitViewController problems with IOS 5.1

拟墨画扇 提交于 2019-12-06 10:34:36
I have a problem, I am programming with Monotouch 5.2.8 for IOS 5.1. But since the IOS 5.1 update my iPad configs the UISplitViewController so it is docked on the left side instead of presented as a popover. It works with IOS 5.0 but in 5.1 i got this problem. Here is the source code for my UISplitViewController: splitViewController = new UISplitViewController (); splitViewController.WeakDelegate = detailViewController; splitViewController.ViewControllers = new UIViewController[] { navigationController, detailViewController }; Dimitris Tavlikos From Apple's iOS 5.1 SDK release notes: In 5.1