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)

6
votes
0answers
1k views

iAds Loading Throttled After Re-Launching App From Background (Also Happens In iAdSuite)

I am trying to implement the NavigationBanner iAdSuite example into my project so that a I can share a single AdBannerView instance across multiple view controllers, but I keep getting the following ...
5
votes
0answers
215 views
+50

drawn area in UIImage not recognized correctly

I am having a strange problem in my project. What I want to do is that, a user will paint or draw using swipe over a image as overlay and I just need to crop the area from the image that is below the ...
5
votes
0answers
215 views

SDWebImage corrupt images

I'm using SDWebImage (2.7.3 framework) and I receive corrupt images, I can't understand exactly the problem. If is the code (memory...) (notes: I get the same error using the SDWebImage project ...
5
votes
0answers
969 views

Align UISlider thumb image - objective-c

I've customized my UISlider but my thumb image looks strange, I mean it's position not aligned by center: But should be like this: And here is code: UIImage *leftTrack = [[UIImage ...
4
votes
0answers
103 views

How can I measure my app's data traffic?

I'm developing an iPad app, which loads some images and does video calls. The images are retrieved over http, and the video stream is over rtp. Is there a way to measure all download and upload that ...
4
votes
0answers
168 views

Suppress warning: “Meta method X in category from Y overrides method from class in Z”

I am intentionally using a category to override a method that I know is already implemented on a primary class. I know this is typically a sign of weak design-- please, no lectures-- but I can't ...
4
votes
0answers
272 views

RSA Decryption across Android - iPhone

I'm trying to implement a system where A generates an RSA key pair and sends the public key to B. B then generates an AES key and encrypts it using the public key, sending the result back to A. A ...
4
votes
0answers
160 views

Parse XMLRPC for Objective C for Iphone from PHP structArray like a HashMap from Java in Android app

basically need to translate the java code to objective-c to have it ready for View Controller for the iphone. XML-RPC PHP Code $structArray[] = new xmlrpcval(array( 'graffer' => new ...
4
votes
0answers
418 views

iPhone for which cases can't get mac address success?

Use the following method and work well for 99.5% cases, but very few users in AppStore report they can't get mac address (we use the identifier to authenticate every server call). The failed case ...
4
votes
0answers
143 views

Dealing with layer-backed IKImageBrowserView, Z-ordering and other concerns

I am working on a project that needs to: have a transition animation from a view that contains an IKImageBrowserView to another view; have a hover overlay on each IKImageBrowserCell as the mouse ...
4
votes
0answers
99 views

NSManagedObject can't get attributes from NSAtomicStoreCacheNode

I have one-to-one relationship between entity A and entity B (one sided) f.e. named bRel. I have subclasses of NSAtomicStore (MyStore) and NSAtomicStoreCacheNode (MyCacheNode). In the load: method of ...
4
votes
0answers
126 views

Using . bks keystores certificate in iPhone app

I am building an iPhone app that needs .bks keystores to authenticate. I did not find anything about this information for iOS apps . I would like to know if apple permits the use of keystores in ...
4
votes
0answers
165 views

Core Data fetched property $FETCHED_SOURCE resolves to an object ID

In a Core Data fetched property expression, apparently $FETCH_SOURCE resolves to an object ID instead of the object itself. This caused an exception "class is not key-value coding...". Which is true ...
4
votes
0answers
170 views

ios mail app does not open vcard in my app

I would like to import vCards into my iOS app using the mail app. I have added public.vcard to my projects plist. If I try to open the vcard in another app using the UIDocumentInteractionController ...
4
votes
0answers
561 views

Integrating Leadbolt ads in iPhone

I'm trying to integrate notification ads from Leadbolt in my iPhone app.I downloaded the Leadbolt iPhone SDK and followed the instructions given in their pdf. As i am trying to load notification ads, ...
4
votes
0answers
586 views

Image Masking+Iphone SDK

I want to mask two images Image 1: Image 2: Now i want to merge this two images like The image2 will come in centre of the image1. I've read Any idea why this image masking code does not work? ...
4
votes
0answers
341 views

Get private SecKeyRef from DER file?

In my iPhone project I have used this solution to encrypt data with DER encoded certificate, which was generated by openssl commands like this: openssl req -x509 -nodes -days 365 -newkey rsa:2048 ...
4
votes
0answers
443 views

get the string used by localizedStandardCompare when it did a comparison

I'm sorting an array by using localizedStandardCompare:, which gives me the objects sorted in the correct, localized order. Now I want to use them in the index for a UITableView, which means I need to ...
4
votes
0answers
1k views

Layer OpenGL Content Over AVCaptureSession CVImageBufferRef from Camera

I have two successful concepts that I want to now merge. I am successful in layering a CATextLayer onto a CVImageBufferRef camera frame and then saving it via an AVAssetWriter using an ...
4
votes
0answers
411 views

UIViewAnimationTransitionCurlUp with transparent background

I'm implementing a fairly standard UIView animation, using UIViewAnimationTransitionCurlUp. The basic idea is that I have a folder on the screen covered with a stack of pages, and as I change from ...
4
votes
0answers
234 views

MPMoviePlayerViewController protected URL from yahoo hosted site using setDefaultCredential

I am using similar code as mentioned in MPMoviePlayerViewController documentation. But it's not working. It says "you are not authorized..". My server is hosted on Yahoo. Url is something like this. ...
4
votes
0answers
255 views

How do I get the source application from an Apple Event?

When another application asks my application to open files, I need to find out which app is the source, because different courses of actions are taken. In - (void)application:(NSApplication *)sender ...
3
votes
0answers
84 views

Weird memory leak with Blocks and copying in certain way in ARC

The following simple code, under ARC, in the latest Xcode (4.6.2) shows leaks when profiled with the Leaks instrument, in iOS simulator, in Release build configuration with -Os optimization: - ...
3
votes
0answers
57 views

Convert CATransform3D into CIVector's for CIPerspectiveTransform, replace UIGetScreenImage

Is it possible to convert a CATransform3D into a set of CIVectors in order to transform a UIImage with a CATransform3D? I believe that is now finally possible to replace UIGetScreenImage()'s ability ...
3
votes
0answers
68 views

How can I programatically create and dial a VPN connection on iOS?

I've recently noticed that some iOS applications, such as the Astrill VPN Client, are able to create and dial VPN connections. In this specific case they seem to be Cisco IPSEC connections. I have ...
3
votes
0answers
66 views

A strange issue of Hpple

I want to get "Upcoming matches", "Started GosuBets" and "Recent results" from this link, here is my code: NSData *siteData = [NSData dataWithContentsOfURL:[NSURL ...
3
votes
0answers
51 views

allow Facebook profile permissions

I want to implement the same Facebook authentication concept as in the friend smasher game. In this If user is logged in on facebook via iOS facebook app then it only asks the user for accessing ...
3
votes
0answers
144 views

MKMapView setRegion animated does not show animation

I've got MKMapView with annotation pins. When the view loaded the nearest pin gets searched and the map will get zoomed so it shows both, the user's location and the pin. I do that with [map ...
3
votes
0answers
59 views

ALAssetsLibrary doesn't return runloop

i wanna show a UICollectionView but i have a problem with loading the images. The AlAssetsLibrary doesn't return to the runloop. I get the output as 2013-04-12 11:36:25.429 Filmriss[459:907] ...
3
votes
0answers
94 views

Cropped image is getting zoomed in iPhone?

I have an application in which i am scaling my image of(360,480)to (320,480),then cropping the image.It is working fine.But when we got the image it is getting a little zoomed type image.projected up ...
3
votes
0answers
103 views

Using AudioToolbox for short sound effects volume control not working on iPad/iPod touch models

Everything works fine on the iPhone Models, using the volume buttons on the phone raise and lower the games audio. On iPad and iPod touch models volume buttons don't effect the games sound effects. ...
3
votes
0answers
150 views

How to Consume SAP WSDL services in Objective c?

To use WSDL servies i am referring the code from http://code.google.com/p/wsdl2objc/wiki/UsageInstructions. My code is ZESRV_PM_SEARCH_PARAMETERS *binding = [[ZESRV_PM_SEARCH_PARAMETERS alloc] ...
3
votes
0answers
99 views

The advertisement key 'Manufacturer Data' is not allowed in CoreBluetooth

I am working with the core bluetooth framework . I am trying to create the peripheral using this framework . My peripheral advertise the data using : manager=[[CBPeripheralManager ...
3
votes
0answers
119 views

iPhone iOS6 how to return Image IO type “resident dirty memory” to the OS?

I"m looking at the WWDC 2010 video which deals with advanced memory analysis( session 311): At around 45:00 into the video, the performance engineer discusses what to do with "Resident Dirty ...
3
votes
0answers
75 views

CCTurnOffTiles tints my CCSprites

Cocos2d-iPhone version 1.0.1. I am using CCTurnOffTiles action on a CCSprite (.png image, not animated). Sometimes, everything goes smoothly. Other times, the sprite seems to be tinted. The tint ...
3
votes
0answers
73 views

split the image into a mesh of small quadrangles in OpenGLES

how to split the image into a mesh of small quadrangles in OpenGLES. I need to split image in small parts and after that stretch only one part of the image, not a whole image. Is it possible using ...
3
votes
0answers
91 views

GPUImageHistogramFilter for a still image giving zero data

Very similar this answer, except I want to generate a histogram for a still image. Below is what I'm doing, and it's giving a histogram with all 0 data. Is there some trick to getting this working? ...
3
votes
0answers
92 views

How to open a UIDocument after UIDocumentStateSavingError exists?

In my iCloud-based app, I noticed that if a crash were to occur while a UIDocument is open (and has not yet been closed), the status of the document sometimes becomes UIDocumentStateSavingError and it ...
3
votes
0answers
67 views

Snapping an NSWindows in place while the user is moving it

What would be the best way to snap an NSWindow to some location while the user is moving it? I have tried using windowDidMove, for mouse down events, but this function is called for every single ...
3
votes
0answers
156 views

How to iterate over NSCache keys

I need to make a dictionary like NSCache which is thread-safe for keeping a cahce. However, once in a while, I would need to refresh the contents of the Cache. NSCache does not provide a method to ...
3
votes
0answers
101 views

Can't draw completely using Open GL ES 2.0 in cocos 2d 2.0 in a game tutorial

I am currently working on this tutorial http://www.raywenderlich.com/3888/how-to-create-a-game-like-tiny-wings-part-1 and trying to get the hills correctly drawn. However, the tutorial have been ...
3
votes
0answers
213 views

Working with Dropbox Sync API and Dropbox Standard API in iOS

I need to work with both DropboxSDK.framework and Dropbox.framework Is it a mistake and both have the same functionality? If it is not, I need the functionality from both frameworks but there are ...
3
votes
0answers
69 views

Can I use MailCore with oauth 2?

I've build a simple project that connects to gmail with OAuth 2.0. How can I use MailCore to fetch emails using the token I got from gmail? I've read the documentation of MailCore but couldn't find ...
3
votes
0answers
65 views

Weird issue with NSMenuItem, custom view and mouseUp:

I'm having a very very strange issue here with a NSMenu. About half the NSMenuItems I use have custom views on them through the setView: method on NSMenuItem. In this custom view I've implemented ...
3
votes
0answers
200 views

How to obtain a request token from Twitter using OAuth and NSURLRequest?

I am trying to obtain and request token from twitter with this code: NSString *letters = @"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; int length = 42; NSMutableString *nonce = ...
3
votes
0answers
569 views

iOS Integrate PKRevealController with Storyboard & Auto Layout

I'm trying to integrate PKRevealController into an existing project of mine. https://github.com/pkluz/PKRevealController How do I set up my left view controller, right view controller, and front ...
3
votes
0answers
134 views

Video Compression when Recording Movie with UIImagePickerController?

In my iphone app,if I select a video using UIImagePicker-it is automatically compressed Is there any way to compress the video after recording ? I am posting my recorded video to server, will the ...
3
votes
0answers
213 views

AFHTTPRequestOperation doesn't work after stand by mode

I am developing a app which upload multiple files. For uploading, I use AFHTTPRequestOperation. It successfully works, But If I lock and after it unlock the screen,then It stop uploading files. My ...
3
votes
0answers
206 views

iOS: analysing audio while recording video to apply image filters

I'm desperate to find a solution to the following problem: I have an iPhone application that: can record Video and audio from the camera and microphone to a video file perform some audio processing ...
3
votes
0answers
152 views

Resuming iPod Playback after calling AVAudioSession setActive:NO

What's the best way to resume playback of the ipod or other audio sessions after your app has completed using its session? NOTE I've already tried calling... [_session setActive:NO ...

1 2 3 4 5 483