2
votes
3answers
76 views

Async image loading from url inside a UITableView cell - image changes to wrong image while scrolling

I've written two ways to async load pictures inside my UITableView cell. In both cases the image will load fine but when I'll scroll the table the images will change a few times until the scroll will ...
-1
votes
2answers
58 views

Difference between @property and variable within interface declaration [duplicate]

What's the difference between putting a variable inside of the @interface{} declaration in a header file, and putting in a @property after that declaration? E.g., @interface GameCenterManager : ...
0
votes
1answer
25 views

Select current button that is showing in UIScrollView programmatically

I have a UIScrollView with paging enabled. In every page I have a button. I want that with every swipe the button that is showing in the UIScrollView will be selected. I'm guessing that the solution ...
-1
votes
1answer
59 views

Sending Images and data to PHP server-side

It,s my first time trying to send Images & Data to a PHP Server from an app, and I am quite confused as to what's the best way to achieve this. In my research, I came across AFNetworking library ...
0
votes
4answers
48 views

How to create a UITableCell that has multiple subtitles

I came across this design image online and I am really puzzled on how could I make a UITableCell that has multiple subtitles and allows me to customised them in the way shown by the picture. My ...
0
votes
1answer
40 views

Right To Left Push animation results in corrupted navigation bar

I'm subclassing my UINavigationController to perform a push from right to left (not normal behavior) with UIRTLNavigationController.m I've added at the bottom of this question and get these warnings: ...
0
votes
1answer
34 views

What is the time scale portion of a CMTime?

I've been looking at the documentation associated with creating CMTimes. All the functions (CMTimeMake(), CMTimeMakeWithSeconds(), etc.) take a second parameter called preferredTimeSale. Can someone ...
0
votes
2answers
54 views

Is the main Grand Central Dispatch queue serial or concurrent?

Suppose I call dispatch_async() three times in order: dispatch_async(dispatch_get_main_queue(), ^{ [self doOne]; }); // some code here ...
0
votes
1answer
51 views

What is the difference between self.managedObjectContext and managedObjectInstance.managedObjectContext?

So, I have the CoreData entities Book, Bookmark, Highlight. A book contains information about the book and an NSSet of Bookmarks. I want to delete the bookmarks present in one book and then ...
0
votes
1answer
41 views

design & logic - Most efficient way to save reordered UITable rows

The blue Table is called Routine and the other one is called Exercise. Routine.exercise has a Many-to-Many relationship with Exercise.routine. I have a UITableView that the user can re-arrange the ...
0
votes
1answer
38 views

Is there a way to do 3D transforms with keypoints?

I've created a 3D cube view transition that does the following: Creates a layer container. Adds the current view in 2D space. Adds the next view to the right and rotated 90 degrees (like in a ...
-3
votes
0answers
38 views

Getting a month string from an integer fitting the language settings [duplicate]

I am currently working on a project in which we load data from a database. Depending on what number is loaded from "m_date_month", I want to format a different string (check the code sample). As of ...
1
vote
1answer
36 views

Is there a way to dynamically allocate or assign values to ivars of a class at runtime in Cocoa / Cocoa Touch?

I'm sure we can dynamically determine iVars of a class at run time. Is there any way to allocate the determined iVars during run time? TIA..
-3
votes
0answers
74 views

NSArray.count or [NSArray count], what should I use? [duplicate]

"Count" method in NSArray returns the number of objects in it. Recently I have noticed in my colleague code that he frequently uses myArray.count to get the number of objects in NSArray. I should ...
0
votes
1answer
88 views

Preventing iPhone app for inactive state

I need screen ON/OFF callbacks and voice call callbacks. But i am receiving callbacks when my app is in foreground. But i am unable to get delegate callbacks when my app is in background. How is it ...
5
votes
4answers
136 views

What consumes less memory an actual image or a drawn image?

I am designing an app and I am creating some images with PaintCode. Using that program I get the actual code for each image that I create, thus allowing me to choose to insert code or use an actual ...
0
votes
1answer
49 views

Putting isCancelled Property in an NSOperationQueue

So, I am using the addOperationWithBlock^{}method of the NSOperationQueue and I want to put the fine grained isCancelled property check at points in the operation code. How do I get the instance of ...
3
votes
2answers
101 views

Reminders.app two-way synchronisation logic

I want my app to synchronise with the Reminders.app. (my app utilizes Core Data) I've already done a prototype and it works, but there are some bugs I can't think through. Right now my sync ...
0
votes
1answer
29 views

instantiate class method issue while trying to resize and image

I am quite new to iOS development and its my first time trying to resize and image and dealing with class methods. I am following this post on how to resize an image. I placed the + ...
-2
votes
1answer
41 views

What is best way to stream video from server in ios [closed]

I am working on an ios application in which i have to play video from server. Please suggest me how it is possible in best efficient way. Thanks.
0
votes
3answers
51 views

Why a subView won't stay in the parent frame?

I have a view and inside it there's a UIImage. The image isn't static and I can move it around if I drag my finger around (using drag events) The problem is that sometimes the picture moves outside of ...
2
votes
2answers
69 views

NSSetUncaughtExceptionHandler Hijacked by Third Party SDK

Edit: for those who're wondering what that SDK is, it's a Chinese clone of Flurry, ==>> Umeng. Edit 2: there's actually a disable crash log handling option in that weird SDK, which will make my ...
0
votes
1answer
39 views

Capture UIScrollView to an image with the right zoomScale

I'm using this code to take a Snapshot of the UIScrollView . My problem is that the snap shot will always take the 1.0f zoomscale of the UIScrollView While I want to snapshot the all content in the ...
0
votes
1answer
41 views

Button changes orientation on touch catched. IOS

I had to animate few button in such a way that it looks like they are rotating onto screen from below and managed to do that. In order for the solution to work I needed to change buttons orientation ...
0
votes
1answer
38 views

can't interact with UIScrollView after setContentOffset

In my app I have a small area I can drag my finger on and move accordingly a much bigger UIScrollView. The UIScrollView has a lot of buttons inside. ---*---*---*- ScrollView ----Container ...
0
votes
2answers
48 views

How to change the tabbar selected image using storyboard

I have created application using storyboard and has tabbar controller with 5 tabs. Each tab has tabicon and tab title. When a tab is selected I want to change the tabbar icon. How can I do using ...
0
votes
1answer
45 views

UIButton won't change picture when HighLighted, will only set picture to grey

I want the picture to turn yellow the second the user touches it. Right now on first tap the image turns a bit grey and on release turns yellow. Second tap the picture would go back to red instantly. ...
0
votes
1answer
43 views

How to set UIBarButtonItem with out border

I have created view with barbutton as follows self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"settingsicon.png"] style:UIBarButtonItemStylePlain ...
0
votes
2answers
20 views

reset transformation of UIImageView - objc

I have two imageviews which are transformed like this: - (void)handleTap:(UITapGestureRecognizer *)tapRecognize { if (tapRecognize == tapRecognizer) { CGAffineTransform transform = ...
0
votes
2answers
35 views

Core Plot Logarithmic axis and panning

I am using a core plot XY Scatter Plot, and I set the plot space scaleType to LOG for logarithmic. When the user zooms, after that, a panning causes the y-axis to scale as well, as if the user was ...
0
votes
1answer
41 views

View won't rotate after Navigation Controller is embedded

I started a sample project and added the following code to my view controller. After launch the screen will be on landscape. Then I went to my Storyboard, clicked on my only view, -> editor -> embed ...
0
votes
2answers
61 views

Code only works if I initialize object inside the implementation { }

The next code only works if LBYouTubePlayerController* controller; is inside @implementation ViewController. Can someone explain to me why I get this behavior and what's the difference ? .h file: ...
-1
votes
2answers
84 views

Where does UICollectionView etc calculate content size so that I can permanently increase it?

I want to add a view to the bottom of the content view of both a collection view and table view (and hence is applicable to any kind of scroll view) and I also want to be able to scroll down to see ...
0
votes
1answer
44 views

rotate image every time imageview is clicked

I have some imageviews that should rotate 90° every time they are touched. This is my code: - (void)handleTap:(UITapGestureRecognizer *)tapRecognize { if (tapRecognize == tapRecognizer) { ...
0
votes
2answers
33 views

UIPanGestureRecognizer on multiple view - Objective-c

I have 2 imageviews that I want to be able to move. This is my code: panRecognizer = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(gestureRecognizerMethod:)]; imageview = ...
0
votes
1answer
36 views

Move UIImageView when user start touch ON the imageview

I have some imageviews in a UIView. This is my code: - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event { UITouch *myTouch = [touches anyObject]; CGPoint startPoint = [myTouch ...
1
vote
1answer
53 views

Step into a custom framework when debugging

I have created a custom iOS framework that is added to a project like any built-in framework. Is it possible to step-into the framework code while debugging? I know we can do that if we add it as a ...
0
votes
3answers
44 views

recognized selector giving me “unrecognized selector sent to instance”

I'm using Gdata to fetch contacts from a Gmail account. I'm able to fetch some details of the users (name etc') but when I try to fetch the email I'm getting this error: -[GDataEntryBase ...
0
votes
1answer
28 views

how to serialize polymorphic to-many Core Data relationship with RestKit?

I need to serialize a Core Data class (Questionnaire) which has a to-many relationship (questions) to an abstract entity (Question). Question is the parent entity for a number of concrete subclasses ...
1
vote
1answer
62 views

selector asking for 3 arguments when I only use 2

I'm trying to fetch contacts from a gmail account and getting this Error: "ViewController" selector "ticket:finishedWithFeed:" should have 3 arguments *** Assertion failure in void ...
0
votes
1answer
34 views

Is it better to layout subviews in layout/layoutSubviews method?

This question is for both cocoa and cocoa touch. But I'll write an example just for cocoa. As I understood, I can setNeedsLayout to YES multiple times in a cycle and -layout will be called just once. ...
0
votes
2answers
44 views

Prevent a weakly assigned variable from being dealloc'ed without creating a retain cycle

I have an odd case involving ARC, NSNotificationCenter and a block. The following is a simplified example of the code. From testing it seems that the memory management of didSaveObserver is ...
0
votes
0answers
18 views

Using StoreKit to fetch app prices

Can I use StoreKit to request the price of apps (not in app purchases)? I tried using SKProductsRequest but the response was returned as a 400 error.
-3
votes
3answers
80 views

Difference between the two simple variable declaration [duplicate]

I start to learn Objective-C & iOS development. I know that the following code creates a pointer variable *obj of MyObject class: MyObject *obj = [MyObject myMethod]; I also saw people ...
0
votes
3answers
49 views

Public Header Path, Installation Directory, Search Header Path and other nightmares

I have a project composed of 2 libraries (libraryA and libraryB) and a bundle. Each one of these were created like a project and imported on the main project by dragging them. Just dragging them were ...
5
votes
4answers
182 views

Creating anonymous delegate objects in Objective-C

Cocoa uses delegates extensively to provide (among other things) callback methods for asynchronous operations. However, I personally hate the delegate model and how it pollutes the current class with ...
2
votes
1answer
47 views

How to include everything on the final app

I have a project that is using 2 static libraries I have created, lets call them libraryA and libraryB and a Bundle. The main project uses libraryA, libraryB and the bundle and libraryA also have ...
0
votes
3answers
62 views

private interface AND multiple implementation

There is a simple Object-C code snippet I got from a iOS project: @interface store (private) @end @implementation store (private) @end @implementation store My questions are: What does ...
0
votes
1answer
56 views

The long long type defintion [duplicate]

I have only basic objective-c knowledge. I saw a code snippet of an iOS project, which uses the following statement for a property: @interface Store : NSObject { } @property (nonatomic) long long ...
2
votes
1answer
53 views

Find out if PNG is 8 or 24 bits and alpha

Given a UIImage/NSImage or NSData instance, how do you find out programatically if a PNG is 8 bits or 24 bits? And if it has an alpha channel? Is there any Cocoa/Cocoa Touch API that helps with this? ...

1 2 3 4 5 34