0
votes
0answers
39 views

iPhone lost all UI transition animation

Currently I encounter an issue somehow, the application lost all those artistic UI animation for example, page flipping, alert view popup, action sheet slide up and etc. That means all those UI will ...
0
votes
0answers
25 views

Using the parse backend to populate a UI in Xcode

I am trying to pull data from my parse database backend service and populate fields into a UI (Using the latest version of Xcode and Parse framework). I have successfully done so with a table view ...
2
votes
1answer
27 views

Cappuccino - CPSplitView fixed subviews' size

I have a class GridNode inheriting from CPSplitView that is used to wrap objects of type GridELement. Each consecutive split of a GridNode divides it into two new GridNodes (containing GridElements ...
0
votes
3answers
42 views

Resizing views that were designed with constraints

I have an NSView xib, which contains a NSTextField and a custom NSView. I've used constraints so that when the parent view resizes, so do the children. So far so good. During a command, the user can ...
0
votes
1answer
33 views

UIButton not calling selector

I'm creating a UIButton programmatically, but when I tap the button it does not call the selector at all. The button is created in the following method: - (UIButton*) createNewsButtonFromItem: ...
0
votes
2answers
47 views

Cocoa performClick on button waiting for next external event

I have NSAlert instance which i run as modal for user confirmation on cancelling some operation. When user doesn't respond and the operations gets completed , i need to close this modal window. So, ...
2
votes
1answer
44 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
0answers
66 views

“unrecognized selector sent to instance” crash

I've got a trouble with UI_USER_INTERFACE_IDIOM() here - (void)viewDidLoad { [super viewDidLoad]; self.footerCommentActivity = self.commentActivity; self.footerNewsActivity = ...
0
votes
1answer
44 views

How to use my own classes as Core Data entities ? [Objective-C] [Xcode]

I'm quite surprised that I haven't been able to find the answer using Google so I hope someone will be able to help ! So here's the stuff : I have created several Objective-C classes. They work quite ...
1
vote
1answer
35 views

different static images for ios app - for launch and for “applicationdidenterforeground”

Based on what I understand at least 1 "Default.png" image is required for all ios apps to be used as the Launch image when the app is loading. However, I have a situation where when the app 1st ...
0
votes
1answer
25 views

Show up a custom UI somewhere on screen

I've programmed a custom UI which looks like this: http://www.youtube.com/watch?v=XLsrVVhEs94 Currently it is only working within a NSView itself but I want it to show up in every corner of my ...
0
votes
1answer
50 views

How to build up UI from xml parsed into NSDictionary? objective-c

I have an NSDictionary parsed out of an XML file with ui elements. I need to build up the ui from the NSDictionary elements and dont know how to start doing that. anyone knows? Thanks. <root> ...
-3
votes
1answer
76 views

objective c creating app ui from xml [closed]

I am trying to parse xml (attached) and create a ui from it dynamically - with no success. any ideas? the XML looks like this: <root> <view id="1" color="0.8 0.7 0.9 1.0" x="0" y="0" ...
1
vote
0answers
77 views

How to create grid of 3D cubes like WeatherCube?

I recently downloaded Weathercube for iOS, and was pleasantly surprised by its UI. As a primarily UIKit (2d, simple interface) iOS developer, I'm not quite sure how to go about creating a similar ...
0
votes
1answer
19 views

Program/Method Flow with Threads

I have a UIAlertView that initiates an update process. The UIAlertView asks the user whether they'd like to update or not. Here's my code: - (void)reachabilityChanged:(NSNotification *)notification ...

1 2 3 4 5 24
15 30 50 per page