This tag should be used only on questions that contain Objective-C code or are about Objective-C features. 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
38 views

How to get IMEI on iPhone 5

I'm develop application for jailbroken iOS devices. I use https://github.com/erica/uidevice-extension/blob/master/UIDevice-IOKitExtensions.m to get IMEI, but on iPhone 5 this solution does not ...
0
votes
1answer
20 views

How to disable pan mode for certain view controllers in the MFSideMenu class?

I'm using the MFSideMenu from github link in my project. It's working, however I would like to disable it in a certain viewcontroller. I added this in the viewcontroller but it doesn't disable the ...
6
votes
1answer
68 views

Programmatically get Build settings values?

Is it possible to get the build settings values programmatically like iOS Deployment Target, Preprocessor Macro values?
0
votes
0answers
22 views

nskvopendingnotification error in objective-c

I have the following problem during abstraction i have encapsulated a class in objective c which allows me to change a rectangles size and position over an underlying image. I use this class as in ...
0
votes
0answers
30 views

How to Lazy Load a static library?

I am working on a project that involves card swiping on different types of swipers from different vendors. These swipers have their own static libraries. I had no issues in integrating these libraries ...
0
votes
0answers
13 views

Core Plot : Grid lines appear once per two plots

Am using Core Plot to plot some memory statistics for an iPhone App. Here is a sample plot Why is the grid line appearing only for every alternating plot? I want it to appear for every plot. How do ...
-3
votes
0answers
43 views

Programmatically check compatibility of iOS-App to iDevice [closed]

I would like to find out whether it is possible to programmatically check whether an app is compatible with a device or not. If you know a way to proof it it would very nice ;-) Info: Jailbroken ...
-1
votes
2answers
22 views

NSURL with string giving null value

Below is what I have NSString *foofile = @"/Users/alkandari/Library/Application Support/iPhone Simulator/6.1/Applications/8C445026-6387-4E40-B5A3-D1A1680666D6/Documents/ProjacsBODFiles/file_5_21.pdf" ...
0
votes
0answers
27 views

iOS - hide address/menu/top bar even when using a input (search bar)

I've got the iphone to automatically hide the adress bar (using meta) but when I click my own search bar (basic input) it comes back.. how can I override this? I don't want to disable the top bar all ...
0
votes
1answer
22 views

Failed to upgrade the iOS application while app is doing network operations using sockets

When I am trying to update the application using iTunes, I am getting a error pop-up - Unable to download application. I am running into this error only when my app is doing network operations using ...
0
votes
2answers
23 views

Download font .ttf file from web and store on iPhone

Is it possible to download .ttf file from web and store it on iPhone. Then use that for for labels and all other stuff ? Because my client want to control fonts from database and don't want to just ...
0
votes
0answers
34 views

How to list out Recently Opened documents in iOS?

I have listed out all the documents in NSDocument Directory and im able to get the documents that are recently modified using : NSMutableArray* filesAndProperties = [NSMutableArray ...
0
votes
1answer
20 views

Resize content of CPScrollView

I have a CPWindow. In it, i have a CPScrollView which is set to 284px of width and 434px of height. This code show how i fill out the CPScrollView: for(var i = 0; i < 50; i++) { var ...
0
votes
1answer
36 views

NSRangeException NSArray objectAtIndex: index 11 beyond bounds for empty array Objective C

I have a search bar that searches the 4square Api for venues. Sometimes when I search for a specific word and scroll down my app crashes with a empty array. Below is my code and error code. *** ...
0
votes
1answer
21 views

RestKit - Automatic entity mapping

I'm trying to use RestKit to perform automatic mapping of any given entity class name, without having to define the fields manually. Example, imagine a managed object called Product with fields: id, ...
0
votes
1answer
30 views

Storyboard: Condition segue transition for navigation (push)

I am new to storyboard and xcode (using 4.6) I m using Navigation Storyboard with push segue. I would like to implement a select snap view, that if have minimum 1 snap selected - the segue would work. ...
0
votes
0answers
18 views

Database layer design

I have design level question in one of my project.I'm working on a project in which I need to fetch some objects using REST. Say for example fetch Customers and show it in a list. Following ...
0
votes
0answers
19 views

dispatch_queue_set_specific memory leak

i'm using GCDAsyncUdpSocket in my project (osx 10.8.3) and after some time i got memory increase in that area: - (id)initWithDelegate:(id)aDelegate delegateQueue:(dispatch_queue_t)dq ...
0
votes
0answers
31 views

Capture Network data usage by each Application in iPhone

I want to make an iPhone application in which Network data usage by each application is detected and shown. Just like Onavo Count I don't care if Apple don't support it. I am not going to sale it
1
vote
2answers
43 views

Whats the difference between saving content at document directory or temp folder?

I want to save multipel photos in my application, so that application run in background. So what is the main difference between saving photos in doc dir or temp path. And suggest me which is best way ...
0
votes
0answers
14 views

how i can create boundingbox area using mapbox api

hi i m new in iphone development some can help me to cache some area using mapbox framework here is the guideline for this You want to use the RMTileCacheBackgroundDelegate protocol for this. Just ...
0
votes
0answers
32 views

Ios CoreData with 3 MOC solution (app freezes on saving process)

I use coredata in my app, with 3 contexts: __masterManagedObjectContext -> is the context that has the NSPersistentStoreCoordinator and save the data to disk. _mainManagedObjectContext -> is the ...
-7
votes
0answers
59 views

iOS developer job advice [closed]

I've been asked to do a job for a company (paid), however they only want to pay me from developer to deployment on the app store. The company will own all rights to the code and the app, therefore I ...
2
votes
2answers
30 views

Undefined symbols to framework when building application separated to library and application part

I have application separated into library part and the Application which links with the library. Library uses AFNetworking, and thus requires SystemConfiguration and MobileCoreServices frameworks. ...
0
votes
1answer
21 views

MPMoviePlayerController black screen when app enter foreground from background

I'm using an MPMoviePlayerController for playing video in my iPhone app. When MPMoviePlayerController is playing, press home button on iPhone, make the app enter background. Then tap the app's icon ...
0
votes
5answers
61 views

Check if current date is between two given dates

I want to check if current date is between two given dates. I do the following NSDate *now = [NSDate new]; NSLog(@"Now is %@",now); NSCalendar *myCalendar = [[NSCalendar alloc] ...
0
votes
0answers
29 views

'NSInternalInconsistencyException' in iphone4

I am getting the following crash randomly, please can any one suggest me what is going wrong here : - Last Exception Backtrace: 0 CoreFoundation 0x31b2129e __exceptionPreprocess ...
0
votes
1answer
21 views

Undefined symbols for architecture armv7 pjmedia pjsip

I just add library and framework of PJSIP to my XCODE project such as Simulator, Device and Third Party but when I build my project it show error: Undefined symbols for architecture armv7: ...
0
votes
1answer
21 views

Storing a small number of images with potential for IAP

I'm making an app. Part of the app is to choose from 5 preset images. These will be available at install and so need to be bundled with the app. However, there is also potential to "add" more images ...
0
votes
0answers
10 views

Can I draw a given NSView in my NSSplitView's drawDividerInRect?

I've got a subclassed NSSplitView, and it has an NSView property called "CustomDividerView". I can't access the divider view of the subclassed NSplitView (easily anyway), so can't add my custom view ...
2
votes
1answer
22 views

Why does self.SwipeDirection work if the property is called swipeDirection?

I have a simple ViewController derived from UIViewController to which I have added an enum property swipeDirection. In the code I normally refer to it as self.swipeDirection but in one instance I ...
0
votes
2answers
42 views

NSRegularExpression find pattern with optional part

Here is the thing : I have a file storing some datas, following the pattern : item1:value1 item2:value2 item3:value3 // \n item1:value1 item2:value2 item1:value1 item2:value2 // and so on... // ...
0
votes
2answers
22 views

Fail to jump from a portrait view to a landscape view

Everyone. I've got two views. The first view supports only landscape orientation and the second view supports all orientations. However, when the second view is portrait and a button is pressed, it ...
0
votes
3answers
64 views

how to make an ImageView zoomable with or without ScrollView.?

I have an UImageView in my IB and added a map image on that UImageView. I want to make that image pinch zoomable. Here is my code: - (void)viewDidLoad { [super viewDidLoad]; self.title = ...
0
votes
1answer
22 views

Generate PDF via objective-C in Cordova app

I followed this guide http://www.ioslearner.com/convert-html-uiwebview-pdf-iphone-ipad/ to generate PDF from a UIWebView. What I actually need to do is generate a PDF from the cordova UIWebView in my ...
0
votes
1answer
29 views

real time analytics for ios

I wan to integrate analytics in one of my project. I know Flurry analytics and Google analytics are good options, but both of these server are not tracking realtime data. It shows update after few ...
0
votes
0answers
28 views

objc Separating tuples

ran into a simple objc problem and need some help. I'm sending a query to a server that gives me back a tuple wrapped in jSON. Just using the dictionary to sort everything out. - (void)viewDidLoad { ...
3
votes
1answer
39 views

Possible to use Apple system sounds in my iOS app?

Can you use the system sounds in your iOS app? I'm looking to have the same list that is used in the default timer app (Marimba, Alarm, Doorbell etc). Reason i'm asking is that in Apple's own ...
-1
votes
1answer
35 views

UITabController flip

I have TabBarController in my AppDelegate : IBOutlet TabBarViewController *tab; This is the main controller in my app. and in one of the viewcontroller inside the tabs i want to add a UIButton ...
0
votes
3answers
20 views

error on AdMob integration

I Have added Addmob sdk in my project and even added all framework needed. But m getting below error for StoreKit framework even i have added it in my project but still getting error.. ld: warning: ...
0
votes
1answer
17 views

iOS Using GLKMathUnproject to find screen point in world space

How to use GLKMathUnproject to determine location in world space? The user needs to select one of several objects in world space. In doc it says GLKVector3 GLKMathUnproject ( GLKVector3 window, ...
0
votes
0answers
18 views

Objective-C OSX: launch Screensaver whit lockscreen

i create an app for mac OSX that launch the screensaver after a delay time like this: NSString *script=@"tell application \"ScreenSaverEngine\" \ \nactivate \ \nend tell"; NSAppleScript ...
1
vote
4answers
82 views

Random EXC_BAD_ACCESS when adding subview with ARC

My app is working perfectly on the simulator but when I test the app on the device I eventually get a random EXC_BAD_ACCESS and the app crashes. After a few days of testing I think I have found the ...
0
votes
1answer
23 views

Can't convert hex color to rgb because of int representation

I'm downloading hex color from web and when I try to convert it to RGB it's not working. I'm using this function: #define UIColorFromRGB(rgbValue) [UIColor colorWithRed:((float)((rgbValue & ...
2
votes
1answer
26 views

Measure the memory usage of an UIImage array

I am implementing a custom control to present images, and that control uses an array to store either a UIImage or NSString object. I want to implement such a kind of mechanism:if the memory usage is ...
0
votes
0answers
18 views

IOS Audio units

I am trying to implement a low pass filter in core audio on IOS but when I use the code below an error is generated stating "The operation could not be completed", which is very undescriptive of the ...
0
votes
0answers
22 views

CLGeocoder returns error on iPhone but working on iPad and iPhone/iPad Simulator

I'm using CLGeocoder to get the location of an address. The CLGeocoder returns latitude and longtitude successfully when my code is running in the iPad device with iOS 5.1 and also in the iPhone/iPad ...
-1
votes
4answers
37 views

I got error when i use popviewcontroller?

i got exception like [myclassobjname methode] sent instance to deallocated objects in only device but simulator its working fyn ?what i sthe reson for that?
0
votes
0answers
21 views

Is it possible to use SUBQUERY to return averages in an NSArray?

I recently stumbled across the SUBQUERY function in Objective C, however, despite Google-ing/reading what I could find - I don't quite get it. There seems to be limited documentation for 'beginners' ...
0
votes
1answer
15 views

how to solve “ImageIO: JPEG Application transferred too few scanlines”

When I save the image to the album, it failed. error info: PEG Application transferred too few scanlines Anyone has ever met this? Thanks. // make data provider with data. Float32 picSize = ...

1 2 3 4 5 2704