ios6 Questions

10

Solved

I received project from other developer. Then i opened iOS project in Xcode and build it, i got error as below: Volumes/Macintosh D/My workspace/HCProject/Model/HealthCareModel.xcdatamodeld:0: err...
Boutte asked 9/1, 2013 at 7:31

3

Solved

I'm using iOS 6 new way to share information : UIActivityViewController. To select the shared data depending on the media (facebook, twitter or mail) my view controller implement the UIActivityItem...
Koral asked 23/10, 2012 at 11:21

9

Solved

I have a custom flow layout which is adjusting the attributes for cells when they are being inserted and deleted from the CollectionView with the following two functions, but I'm unable to figure o...
Salman asked 16/10, 2012 at 20:21

4

I'm using iOS 6 simulator with the shiny new Web Inspector in Safari. Question: Is it possible to automatically load the Web Inspector when the iOS 6 web application loads? I'm using PhoneGap/Cor...
Hebetic asked 25/10, 2012 at 16:54

3

I am speaking of things like insertItemsAtIndexPaths or moveItemAtIndexPath:toIndexPath:. I have tried wrapping it in an animation block, but that did not work. It seems the animations are stuck at...
Evanne asked 22/9, 2012 at 20:43

10

Solved

I have developed an iOS App and tested it on iOS6 device. While testing, I realized that my App is not responding to Orientation changes as expected. Here is my Code: // Autorotation (iOS >= 6...
Joettajoette asked 12/12, 2012 at 9:26

4

Solved

I've never personally seen didReceiveMemoryWarning called before. Is there a known threshold of memory usage where it gets called?
Abruzzi asked 19/10, 2012 at 6:52

15

Solved

My app (iPad;iOS 6) is a landscape only application, but when I try using a UIPopoverController to display the photo library it throws this error: Supported orientations has no common orientation w...
Curiel asked 22/9, 2012 at 4:6

11

Solved

Hello I a class of type NSObject: ProductDetails *details = [[ProductDetails alloc] init]; details.name = @"Soap1"; details.color = @"Red"; details.quantity = 4; I want to pass the "details" obj...
Proudlove asked 29/9, 2013 at 15:39

4

Solved

i have an iPhone application in which i added images directory (Group) in to Resources (group). i want to access that images which is in images. I need a path to that images so i create a code like...
Bander asked 24/4, 2013 at 6:54

2

Solved

I'm declaring: static NSString *a = @"a"; and this is a correct declaration in iOS6 (it should be more correct to use the compiler version but I do not know it at the moment). I thought that wit...
Juno asked 13/12, 2012 at 23:12

9

I have a UITableView where each cell contains a UICollectionView. I can scroll the UITableView vertically and scroll the nested UICollectionView horizontally, however I cannot select a UICollectio...
Denumerable asked 7/12, 2012 at 13:46

10

Solved

This morning I just installed new Xcode which includes iOS 6. I have a table view loaded with a plist file containing chapters and lines. Chapters define the sections. The user selects chapter and ...
Wersh asked 20/9, 2012 at 14:24

2

Is there an attribute for the input type file to turn off the native iOS 6 handling? I'd like to disabled 'Take A Photo' functionality but leave 'Choose Image'.
Dahomey asked 29/5, 2013 at 16:58

13

Solved

When you "run" the simulator from xCode, the app automatically launches, and then you can click the home button to suspend the app. What I want to do is close the app from within the simulator. So,...
Ennius asked 29/8, 2013 at 19:50

7

Solved

I'm using a UICollectionView to scroll through a set of thumbnails quickly. Once scrolling ends, I'd like to display a larger hi-res version of the current thumbnail. How can I detect when the us...
Cuneal asked 14/2, 2013 at 5:19

38

Solved

Just started using Xcode 4.5 and I got this error in the console: Warning: Attempt to present < finishViewController: 0x1e56e0a0 > on < ViewController: 0x1ec3e000> whose view is not in the...
Geothermal asked 8/8, 2012 at 10:47

7

Solved

I have trying to reduce the overall size of my iOS application which is currently 48MB. When I analyze sub folders, I found Assets.car is taking 41MB. I am not able to open and see which one is tak...
Sentinel asked 25/3, 2014 at 9:34

4

Solved

I have a UIToolbar with UIBarButtonItems on it. I want to add segmented control to it. //Add UIToolbar toolbar = [[UIToolbar alloc] initWithFrame:CGRectMake(0, 425, 320, 35)]; toolbar.barStyle =...
Lynwoodlynx asked 9/6, 2013 at 14:41

3

Solved

pretty simple question. Is there a notification or delegate-type method to tell when a UICollectionViewCell object is displayed?
Filly asked 1/10, 2012 at 21:32

2

Solved

I have a very long Xcode project it has many empty lines which make vey difficult for me to navigate through the project.Is there any short key to remove empty lines from selected code? [inboxmes...
Suitcase asked 19/1, 2015 at 9:14

6

Solved

I am trying to use the UIActivityViewControllerCompletionHandler , but i dont quite get how.. I want to detect when the user finishes or dismisses this view controller (UIActivityViewController)....
Squarely asked 23/9, 2012 at 12:38

8

I'm trying to make an application to run in full screen mode (without the top bar) in Safari for iOS 6. The code is as follows: var elem = document.getElementById("element_id"); if (elem....
Ganda asked 10/10, 2012 at 15:13

6

Solved

Here's my config: I have a storyboard with a ListViewController. ListViewController has a subview UIView called EmptyListView. EmptyListView is shown only when there are no items in the UITableVie...
Revis asked 5/9, 2013 at 3:41

5

How to read error codes which appear in the console? <Warning>: ....... -exited abnormally with signal 9: Killed: 9 <Warning>: ....... -1 err = Bad file descriptor (0x00000009) Here...
Blueberry asked 2/5, 2013 at 13:10

© 2022 - 2025 — McMap. All rights reserved.