Cocoa is Apple's application-development framework for Mac OS X, consisting of Foundation, Application Kit, and Core Data. Use the "cocoa-touch" tag for iOS questions.

learn more… | top users | synonyms

4
votes
3answers
36 views

How can I show my app is not a keylogger?

I've created a simple Mac app that gives you statistics on your working behavior over time. For example, your average words per minute, what language you are typing in, usage of the delete key, etc. ...
3
votes
2answers
200 views

How can I prevent this NSPropertyListSerialization crash?

I have an app for Mac and iOS that uses .plist files to sync data between devices using iCloud. Every once in a while I get an email from someone that's getting repeated crashes on a specific device. ...
1
vote
1answer
12 views

cmake generate Xcode project from existing sources

This is what i have, when i starting generation: iMac:IXCSoftswitch alex$ /usr/bin/cmake -G Xcode . -- CMAKE_SOURCE_DIR = /Users/alex/Desktop/ixc-v/IXCSoftswitch, CMAKE_BINARY_DIR = ...
0
votes
2answers
25 views

Increasing the space between header and table cell in iOS

So my UITableView has a header, which is the UIImageView shown, and comments below the image. I am trying to increase the space between the image and the comments table. (I have tried increasing ...
1
vote
1answer
17 views

Ownership of NSString returned by reference from NSScanner

Is the reference returned NSString from the methods scanString:intoString: scanCharactersFromSet:intoString: scanUpToString:intoString: scanUpToCharactersFromSet:intoString: in the NSScanner class ...
9
votes
7answers
6k views

From PHP to Objective-C [closed]

Being a pretty experienced PHP developer, and having a fair knowledge of C (Wrote a distributed computing experiment with 16 of my Dad's NEC microcontrollers), I'd like to make the move to Objective-C ...
1
vote
3answers
718 views

What software is available for program 'workflow' visualization?

I'd like to create a flowchart/map visualization of how my project works, what is the best software available for this purpose? I'm not looking for something to do it automatically, I'd like to ...
0
votes
0answers
19 views

Is it possible to use a cocoa control like inputtoolbar in Phonegap?

I have an app developed in jqueryMobile and Phonegap for iOS. I would like to use a cocoa control I have found called InputToolbar Is it possible?
2
votes
1answer
23 views

Open document by dropping it on document-based application icon in OS X

I'm making a document-based application where documents are application bundles. I can open them through "File → Open" menu fine. But when I try to drop them on the Dock icon they get rejected and the ...
1
vote
2answers
24 views

how to set default font and font style in cocoa app?

My app has all different kind of NSViews, including NSTabView, NSButton, NSTextField, NSPopupButton and so on. I would like to change all display text to a certain font and with certain font style. ...
0
votes
1answer
46 views

Objective c: Bad access error when using performSelectorOnMainThread

Here is the problem. I have a method called -(void)searchingInBackground which is running in background (performSelectorInBackground). In this method, I have couple of different threads which are ...
-2
votes
0answers
41 views

Reorder NSString, extern NSString *const hello; [closed]

I am using the Aviary SDK for an app and am confused about how to re-order the strings. This key allows developers to customize the visibility of, and order in which tools appear in the SDK ...
0
votes
1answer
23 views

How to force all subviews of NSSplitView to be visible at startup?

I am making a UI completely programmatically. I made a NSWindow, and attached a NSSplitView. The problem is first subview of the split-view always become collapsed when window shows up at program ...
2
votes
1answer
32 views

How can I make an NSTextField that has focus redraw itself?

I've subclassed and defined my own custom NSFormatter and NSTextField classes in order properly display SMPTE time code values (HH:MM:SS:FF). When the user selects to use drop-frame for the fps ...
0
votes
2answers
210 views

numerical value of a unicode character in objective c

is it possible to get a numerical value from a unicode character in objective-c? @"A" is 0041, @"➜" is 279C, @"Ω" is 03A9, @"झ" is 091D... ?
0
votes
2answers
6 views

NSView invisible unless I override drawRect, and then it gets clipped even if setMasksToBounds is NO on superview's layer

Trying to add a NSView to an existing NSView, but I'm failing miserably for some strange reason. I'm doing this: _resizeView = [[NSView alloc] initWithFrame:NSMakeRect(0, 0, 10, 10)]; ...
8
votes
4answers
1k views

How to add a sandboxed app to the login items

I want my app to auto start if the user select the option. The methods I have been using is not allowed anymore in sandboxed apps. I know I have to create a helper to achieve that? Is there a simple ...
1
vote
2answers
176 views

List/Search all existing UTIs (Uniform Type Identifiers)

Is it possible to find a list of all existing Uniform Type Identifiers on a system?
0
votes
2answers
27 views

Image download was not in proper order

NSOperationQueue *queue = [NSOperationQueue new]; NSInvocationOperation *operation; for(int k=0; k<[imageArray count]; k++) { operation = [[NSInvocationOperation alloc] initWithTarget:self ...
0
votes
0answers
31 views

Relevant APIs For Splitting Audio (MP3) Files - Cue Splitter for Mac

I am looking for advice on where to be looking for information on developing a cocoa application that can split audio files. The main focus would be splitting a large MP3 file into smaller files ...
0
votes
1answer
10 views

How to save a image from web using its own filename

i'm having a array of web urls redirecting images. Is it possible to download images directly and save it using its default file name.
0
votes
1answer
11 views

iOS export call logs to csv/excel or similar file in app

I know that I cannot read directly from the call_history.db, but I know that itunes can export the call logs onto a mac, and several other programs can do this to PC or osx. Is there any sort of ...
0
votes
0answers
8 views

Error on RegisterEventHotKey on Mountain lion

I am creating an application for MAC App Store. That will magnify the content under application's main window.I am using keyboard shortcuts to perform some operations (eg. Change shape, Window size, ...
0
votes
0answers
35 views

Renew/change the IP address of an iPhone programatically in iOS 6.1

I am developing an iPad/iPhone app for my own personal use on my own devices (i.e. not for submission to the App Store). My app needs to change the IP addresses assigned to the cellular data (not ...
0
votes
1answer
22 views

Created recessed NSButton not displayed correctly

I just created some basic NSRecessedBezelStyle NSButton programmatically, the codes are listed below: NSButton *btn = [[NSButton alloc] initWithFrame:NSMakeRect(80 + 110 * i, 11, 100, 19)]; [btn ...
0
votes
1answer
144 views

resizableImageWithCapInsets inside NSTableView (view based)

i try to do resizableImageWithCapInsets (as in iOS) for mac. // right bubble NSLog(@"==================== OLD VALUES =============="); NSLog(@"size->%@",NSStringFromSize(size)); ...
1
vote
1answer
62 views

Crash in -[AVPlayerItem _attachToPlayer:] An AVPlayerItem cannot be associated with more than one instance of AVPlayer

i got a crash affecting about 10% of my users, yet I'm unable to reproduce it, and don't know exactly when this happens. Crashlytics reports about half of the crashing users having the App not in ...
1
vote
2answers
106 views

resizableImageWithCapInsets for NSImage?

In UIKit we have - (UIImage *)resizableImageWithCapInsets:(UIEdgeInsets)capInsets. Is there something similar in AppKit for creating a tileable NSImage?
1
vote
2answers
41 views

Navigating to a main ViewController that is already loaded without loading it again

I have a main view controller that loads some data from api, from there I move to another screen which shows details for a particular deal. I want to go back to the main controller, but when I use ...
2
votes
1answer
275 views

Lion won't run app built with Mountain Lion

I am trying to get a OS X app I built using Xcode 4.4 on Mountain Lion to work on Lion as well. Setting the OS X Deployment Target to 10.7 doesn't help. The app still won't run on Lion. (The app ...
5
votes
3answers
1k views

What’s the difference between Xcode, Objective-C and Cocoa?

This question pops up quite often here, even if just implicitly when users mistag their iOS questions. So, what’s the difference between Xcode, Objective-C and Cocoa?
1
vote
1answer
25 views

How to run a specific project when you have multiple projects in xcode?

If you have a xcode project like restkit that has the core code for restkit + examples that have their own project, how do you run a specific project? https://github.com/RestKit/RestKit/ If you look ...
1
vote
1answer
23 views

Detection of framework usage on Mac system?

I wanted to develop sample framework on OSX with having requirement that at any point in time the framework should be used by only single client, i am not getting how to achieve this ? is their any ...
11
votes
3answers
3k views

Run NSRunLoop in a Cocoa command-line program

Is it possible to initialize a NSRunLoop without loading any NIB files (i.e., without calling NSApplicationMain())? Thanks.
0
votes
0answers
30 views

NSOutlineView selected item move

I have an NSOutlineView which has two groups and select one item when init. When I click HeaderCell and let one group collapse and the other expand, the selected item moves to the next group. Why does ...
0
votes
1answer
164 views

Displaying a To-Many Relationship in a Table View

I've got an application I've been working on. There are projects and employees, projects can have several employees, employees can work on several projects. Right now I want selecting a project to ...
0
votes
1answer
13 views

How to bring all the app's windows to front when making active just one?

In my application I have 4-5 windows on screen simultaneously. Sometimes while working some of the windows can go back behind some other app's windows (behind xcode or safari for example). Then, when ...
0
votes
1answer
16 views

applicationDidBecomeActive doesn't fire in OSX application

In my app i have the following setup : // .h @interface MyDocument : NSPersistentDocument <NSApplicationDelegate> { ... } // .m @implementation MyDocument -(void) ...
0
votes
2answers
59 views

Detecting if a custom file icon was set in Cocoa

I wrote an app that sets a custom icon for some files, but as the creation of such an icon is quite expensive I'd like to test if a custom icon was already set before. With custom icon I mean an icon ...
1
vote
0answers
24 views

Running Youtube embedded player inside (cocoa) screensaver - how to block/trap fake user events?

The Youtube player seems to send fake user input events in order to prevent the screensaver from starting (I'm on osx/safari but the same thing happens in windows). This happens both with the ...
0
votes
0answers
12 views

Trouble setting up arrayController with NSTableView and Core Data

I am trying to set up multiple tables in a single window along with a core data model with related entities. Some of which have dictionaries and arrays as attributes. I have turned to manually ...
-5
votes
5answers
57 views

How to extract two numbers from an NSString? [closed]

Below is the string I have NSString *myString = @"file_1_23.pdf"; ^ ^^ What I want to extract is 1 & 23. Any idea how to get this? Other possible of string can be ...
1
vote
2answers
130 views

Core Data NSManagedObject isFault inside prepareForDeletion

I'm doing some processing inside - prepareForDeletion in a NSManagedObject. However when I try to access some properties of this class they are returned to me as nil (even though I know they are not ...
2
votes
2answers
531 views

UDP how can two computers on separate networks connect to each other?

Hey guys I had some questions about udp networking. First of all how can two computers that are on separate networks connect to each other? I know that you can do this with port forwarding but I know ...
0
votes
0answers
8 views

Using NSGlyph and memory allocation

in a method to track line breaks frequently, for a NSTextView visibleRect, i am allocating memory for NSGlyph to use NSLayoutManager getGlyphs:range:. should/can i find out how much memory this ...
1
vote
1answer
227 views

Objective-C using dot syntax without explicit @property

I just wrote a setter and getter method in apples format. There is no variable for it but I noticed I could use the dot syntax. Am I crazy? Does this actually work? Could someone explain exactly what ...
5
votes
1answer
72 views

Does fast enumeration evaluate the collection expression on every iteration?

If I have the following piece of code: for (UIView *view in [myArray copy]) Does that mean that I'm sending the copy message to myArray on every iteration, or Objective-C is smart enough to ...
1
vote
1answer
24 views

NSSplitView issues with 10.7 and 10.8

i'm experiencing some issues with AutoLayout. Building for 10.8 with Xcode 4.6.2 none of the constraints i setup work for OSX 10.7. Are there any known issues around this? Thanks!
0
votes
3answers
94 views

UITableView is not reloading

I am making an App that uses a UITableView and UITableViewController. However, when I call [self.tableView reloadData]; in the UITableViewController, nothing happens, (tableView: ...
1
vote
0answers
30 views

Change password of PDF file

How can i change the password of a pdf file programmatically? I have multiple pdf files in a folder and I want to change the password of all of them. I load the pdfs as described in the Quartz 2D ...

1 2 3 4 5 504