This tag should be used only on questions that are about Objective-C features or depend on code in the language. The tags "cocoa" and "cocoa-touch" should be used to ask about Apple's frameworks or classes. Use the related "ios" and "osx" for issues specific to those platforms.

learn more… | top users | synonyms (2)

1
vote
2answers
46 views

Is that Possible to move a uilabel in navigationbar from left to right?

In my UIViewController I am using UILabel for navigation title in xib. But text is too long so I need a animation there.Some thing like a left to right moving UILabel ? Is that possible? I saw this ...
0
votes
2answers
26 views

setAnimationTransition apparently being ignored

So I have a button with an IBAction which is supposed to display a subview. The view is in the storyboard and I'm calling it was instantiateViewController. This works fine. I would like to animate the ...
1
vote
2answers
17 views

Getting the Source/name of the EKCalendar

I am working with IOS calendars, I wonder How Can I detect the source of the calendars. I mean detect the calendar is from Facebook, google etc. I am using the calendar type but, it is not detail ...
0
votes
1answer
30 views

Release doesn't dealloc object

I have a question that may not be of any practical use right now since ARC is highly encourage, but I'm studying memory management and there's something I didn't quite understand. I have this method ...
-3
votes
1answer
38 views

Add long press gesture for UITabBarItem [closed]

I want to add long press gesture for UITabBarItem in tab bar controller which help to show a sub view with some sub modules of the selected item.
-3
votes
0answers
31 views

Long polling on iOS, what solutions are available?

I want to create an list on iOS which is updated as soon as the underlying data on the server changes. It seems like a good solution to this would be calling a long-polling JSON web service. So the ...
0
votes
1answer
22 views

How to schedule a method from another cclayer implementation file

How can I get my scheduler to call a method inside another implementation files ccLayer? Here are the files I have: GameHUD.h GameHUD.m GameScene.h GameScene.m Scene setup under GameScene.m +(id) ...
0
votes
0answers
26 views

iOS tracking location while walking

Hi Friends i am new to iOS App development. I am working on iOS application in which i want to implement tracking feature. It means user can start tracking from where he is standing currently & ...
0
votes
3answers
35 views

How to make expandable/collapsable ImageView

I have many textViews on top of a scrollView and every textView has a custom button over it so that when user click that textView it should expand and when it click back then it should collapse to ...
0
votes
2answers
19 views

Prevent draggable uiimage being moved beyond point on y axis

I have a uiimage that has a pan gesture enabling the user to move the image along the y axis. How can I make it impossible for the image position from becoming <100 for example. Basically, I have ...
0
votes
0answers
39 views

Set text inside UIEdgeInsets?

I want to insert a text inside the area which one surrounded by UIEdgeInsets in UITextView. Take a look at the following image Here '1'(surrounded by border for easier understanding) --> The text ...
1
vote
1answer
33 views

Unable to invoke function defined in Objective-C++ from Objective C

I tried the following program. wc.h int add(int, int); int del (int, int); wc.mm int add(int x, int y) { NSLog (@"Inside Wrapper Add"); } int del( int x, int y) { NSLog (@"Inside Wrapper ...
1
vote
0answers
25 views

Friends listing order by name Facebook sdk for ios

I am using Xcode 5, iOS 7 and latest facebook sdk. I have to get the friends list in alphabetical order. Earlier I have used graph api and fql query for getting the friends list in alphabetical order ...
-4
votes
0answers
41 views

How to store current value of Timer in a variable and calculate with it [closed]

I want to store the Value of the Timer into a Variable: Every time I click on The TimeButton : should Time : 9 Seconds ( Time which should be followed ) is Time : 9.34 Seconds ( Actual ...
6
votes
1answer
89 views

human body measurement of height,weight and other part

I am developing an tailor's application,and i want to measure the size of the human body for its cloth. see in image after all measurement it display result like.. is this possible? i search ...
-1
votes
0answers
18 views

How to enable a pan gesture from another method

Currently, I can disable a pan gesture with the identifier "recognizer2" from inside the pan gesture method - (IBAction)handlePan2:(UIPanGestureRecognizer *)recognizer2. However when I try to enable ...
0
votes
1answer
40 views

Unknown type name int32

I have following line of code in my project and I am getting error Unknown type name int32 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060 int32_t NPP_WriteReady(NPP instance, NPStream* ...
0
votes
1answer
18 views

Accessing a dictionary entry in an array

Basically I have an array with 3 rows, each row is a NSDictionary with 6 elements (nameLabel, name, colorLabel, color, priceLabel, price). Example: NSDictionary* row1 = [[NSDictionary alloc] ...
1
vote
2answers
39 views

iPhone UITableViewCell SwipeGesture

I wanted to simply animate custom view in a custom table cell by swiping left or right in that cell. I am loading the cell from the xib. This is the code I used to populate the cell from the xib. - ...
0
votes
1answer
42 views

how to make textView expandable by clicking on a button

I have many textViews on top of a scrollView and every textView has a custom button over it so that when user click that textView it should expand and when it click back then it should collapse to ...
0
votes
0answers
45 views

ObjectiveC - Extend already initialized object

Surely dumb question but I did a class called GLManagedObject that extends NSManagedObject. I have a NSManagedObject already initialized that I'd like to extend with my custom methods: ...
0
votes
2answers
45 views

Passing an array of Strings to Server with Post Method iPhone

In my server Php Code, I need to process an array of Strings. In android I do this List<NameValuePair> nameValuePairs = new ArrayList<NameValuePair>(); for (int i = 0; i < ...
0
votes
0answers
14 views

Subclassing NSViewController best practice

In my NSViewController subclass, the view itself is a custom subclass of NSBox. The view outlet of File's Owner is set to an NSBox object in IB which has its class set as my NSBox subclass in the IB ...
0
votes
0answers
13 views

UIToolbar with UIBarButtonItems - button lights up, but selector not called

I've build a UIToolbar with UIBarButtonItems which I have added as follows: self.pdfBar1.items = @[self.openLibraryTable1Button, self.pdf1SearchBarButton, self.exportDoc1Button]; The buttons I've ...
2
votes
2answers
33 views

Is it ok to redeclare private ivars in a subclass to make them accessible?

When subclassing an Apple class that lists private ivars in the .h file, is it ok to redeclare those ivars in your own subclass in the class extension @interface inside your subclass .m file in order ...
0
votes
2answers
34 views

AddSubView on UITabBarController

I try to add UIView on UIViewController: AppDelegate *md = (AppDelegate*)[[UIApplication sharedApplication] delegate]; UIView *view = [[UIView alloc]initWithFrame:CGRectMake(0, 0, 150, 44)]; [view ...
0
votes
0answers
21 views

GPUImageStillCamera issue

I be able move GPUImageStillCamera freely by using this Translate GPUImage position with GPUImageTransformFilter and iOS Pan Gesture? Everything work fine but just one thing, after I move ...
0
votes
0answers
8 views

Automated Recurring Billing using authorised.net in ios

Can any one tell ARB is possible in ios . I didnt find any APi related to it in Anet Sdk IOS. Thanks in advance
-3
votes
1answer
20 views

Managing Database table in objective c

I have one database table with columns employed ID and department assume there are more than 1000 employee and more than 500 departments Now an Array returns me employee ID every time and from ...
0
votes
3answers
56 views

Force viewDidLoad to run again on start

In my app there is only one "scene". All the UI is loaded from the storyboard but the user can then change this by changing fonts, colours, positions, etc... I'd like this to reset when the user ...
0
votes
1answer
33 views

Are we allowed to implement design similar to iOS 7 before it is released [closed]

I am a registered Apple iOS Developer, and I watched some of the WWDC 2013 videos. Today, I found an open-source library which allows us to emulate the iOS 7 UIKit Controls in iOS 5 and iOS 6. My ...
-4
votes
3answers
44 views

Is it possible to access a property in the superclass from a subclass that belong to subclassed element?

I am sub-classing a UIScrollView element in response to a previous question suggestion. In my subclass I have a few methods that are triggered by touch and keyboard events. Those events need to ...
0
votes
1answer
20 views

Keeping one section open at a time in UITableView based accordion view based on apple sample code TVAnimationsGestures

I'm building an app with a UITableView-based accordion view. This code is based on Apple sample code which can be found here or here. In the sample code, the problem I'm trying to fix is there, so I ...
0
votes
1answer
18 views

cocos2d 2.0+ Scale Bug || Performance drop || Endless memory allocation

Has someone of you ever noticed that scaling a sprite up to more than 100% can cause the render time per frame to increase and never go down again? I've set up a test project based on a cocos2d 2.0 ...
0
votes
1answer
24 views

Property value not set after block finishes

I'm trying to set a property value inside the following code but when I the block exits that property value is null. - (PRSapoAuth *)initWithUser:(NSString *)user password:(NSString *)password ...
0
votes
0answers
17 views

How do I get NSOutline view to work with bindings?

My goal is to develop a verry simple file browser using NSOutline view. I already know how to do this normally, but I am totally lost on how to set this up using the binding approach. When using ...
2
votes
2answers
71 views

Using a file (CSV) instead of using CoreData

An app I'm building contains a catalogue of thousands of items, which need to be stored on the phone. Currently I am achieving this through CoreData, as logically it seemed like the best place to put ...
0
votes
1answer
22 views

Animate string (character by character) doesn't appear on UITextView during animate

I'm trying to animate an NSString and make it appear character by character. While I see in NSLog the function did work, but the text doesn't appear on the UITExtView during animation, only when ...
0
votes
0answers
17 views

Detecting the animation status in layoutSubviews method

I am customizing a UISearchBar to configure the margin and padding of its subViews like searchTextField, cancelButton. So I extended - (void)layoutSubviews method and adjust the margin and padding ...
0
votes
2answers
40 views

Perform a function at a particular time

I am trying to do an app which make a song sing at a time set by the user. The user should set the time by opening the app. Even after the user force kills the app after setting the time, I must be ...
1
vote
2answers
38 views

Can't open specific URL in UIWebView

NSString *urlAddress; urlAddress = @"http://ob.carptown.net"; NSURL *url =[NSURL URLWithString:urlAddress]; NSURLRequest *requestObj = [NSURLRequest requestWithURL:url]; [page ...
0
votes
3answers
35 views

Reusing a View Controller with both push and modal segues

I have a View Controller that I want to re-use. I want to use it with a push segue when editing some data and I want to present it modally when adding new data. I do need a bar in the top with a ...
0
votes
6answers
81 views

fast enumeration for loop - Is there a counter? [closed]

In a regular for loop I could use i as the counter inside the for loop. How can I know the count number from the above? for(int i=0;i<[someArray count];i++) { bla = [arrayExample ...
0
votes
3answers
42 views

how to download and display server images if scrolldown the scrollview in iphone

I am new to iPhone programming. Using below code I can able to download and displaying all images form server. But in server I have more than some 100s of images are there. so Using below code I can ...
0
votes
1answer
22 views

Update table view from background thread?

I am trying to update table view from Core data like this: dispatch_queue_t request_queue = dispatch_queue_create("com.myqueue.qu", NULL); dispatch_async(request_queue, ^{ ...
1
vote
0answers
24 views

Exception when calling insertInManagedObjectContext:

I am creating a Reddit client for iOS for learning purposes. I am using CoreData, which I set up by following the CoreData Basics NSScreencast and I used Mogenerator to generate the model files. I ...
0
votes
0answers
19 views

Cocos2d-iPhone: getChildByTag not behaving as I'd expect - beginner

In Cocos2d-iPhone I'm trying to set up a reference to a layer from a class outside of the running scene. Whenever I try to access the layer by the tag I've set it to, however, Cocos2d is returning a ...
0
votes
0answers
25 views

How do I use [camera takePhoto] and edit using UIImagePicker - UIImagePickerController.allowsEditing = YES

I'm going to feel dumb but I've searched everywhere and have not found an answer. I've been able to pull up the "edit" view using the default camera's controls. However I threw an overlay on it and I ...
0
votes
0answers
48 views

UIScrollView can zoom, but cant pan

I have a UIScrollView with a UIView inside it, in side the UIView I made a button to add textLabels to it. and ideally I would want a really big canvas and be able to put text on it and pan and zoom ...
3
votes
2answers
35 views

Encapsulation when moving from xib to storyboards?

With xibs, you could call different initializers: - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { // Fetch Note... // Initialize Edit Note View ...

1 2 3 4 5 2774