2
votes
0answers
14 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
5 views

PKRevealController: Show the left viewController as soon as the app loads

I'm developing an app using this awesome library. I've set the left, center and right view controllers and it works awesome! But now I have to start the app showing the leftSide view controller. But ...
0
votes
0answers
50 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
27 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
26 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
21 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
37 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
44 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
52 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
18 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 ...
0
votes
0answers
25 views

Image button that works like HTML image map

Wavii app has buttons that work like HTML image map and look like 3D buttons, see below: E.g. when you click on the area of FB/Twiiter/e-mail button, it gets highlighted pretty accurately. I am ...
2
votes
3answers
160 views

Expanding UITableViewCell not working as intended

After browsing the internet for various different ways of making expanding/collapsible UITableViewCells, I started my approach earlier today. I have an array that holds the state of each row in my ...
0
votes
3answers
43 views

Applying same UI changes to many elements

A problem I often face is how to apply same changes to many UI elements in the same view. What I'm looking for is something that would work like this Python pseudocode: def stylize(element): # ...
1
vote
2answers
50 views

Resize the carousel view during a screen orientation in ios

I have a problem with iCarousel view to resizing the item placed in carousel view during screen orientation changes.How can i fix this? Here is my code - ( void ) ...
0
votes
1answer
38 views

Objective C, hand code application forms? Possible?

so I am learning Objective C, and using Mac Xcode compiler. Coming from Java I was used to Hand coding my JFrames rather than using the form editor. I like the editor in Xcode and all, but was ...
4
votes
1answer
86 views

StatusBar is on top of navigationBar after MailComposer is dismissed

Problem: My status bar appears on top of navigationBar after I present and dismiss MFMailComposerViewController as modal view. -(IBAction)openMail:(id)sender { MFMailComposeViewController *mc = ...
1
vote
3answers
109 views

Objective-c How to make GUI window from terminal app

Is there a way in obj-c to make a gui window, while there is no .app bundle, just extcutable? The problem is that I need a gui application(just one dialog). I tried: Import appkit.framework into the ...
5
votes
1answer
100 views

How to use built in iOS camera without using UIImagePickerController

I want to create my own picture taking UI in my app. Is this possible? I've seen lots of apps use this feature (other camera apps) who have a custom UI and after you take a picture it doesn't ask if ...
0
votes
2answers
78 views

Netflix style UIScrollView in iOS

I'm new to iOS but I have plenty of experience with C++. I'm working on a fun little game that I plan to use with gamecenter but right now I'm trying to set up my GUI. Here's a picture of what I would ...
2
votes
2answers
29 views

How do i make my picture relocate it self on the screen with a button

Im learning Xcode and i was wondering how to make a button refresh part of my code or something. Im placing a picture in a random location on my screen but i want to be able to press the button to ...
1
vote
1answer
65 views

UI objects of iphone app are not showing in ipad

I am having universal app. And I have also followed the apple naming convention. MyViewController~iphone.xib //for iphone MyViewController~ipad.xib //for ipad When I run my iphone app ...
1
vote
3answers
109 views

What's happen if control UI by performSelectorInBackground?

I read some informations that UI interface only update on MainThread. I need to asynchronous update some UIButtons, so I use performSelectorInBackground and it's work fine on simulator and Device ...
-6
votes
1answer
159 views

Beautiful Design for Forms on iOS? [closed]

I was wondering what's a good way to design a beautiful and intuitive way for users to fill in forms? My app they have to fill in 6-10 fields, and it's done efficiently using a ...
0
votes
1answer
53 views

App takes too long to update UIView

In short, I have an app that is meant to display a bunch of data that is stored locally in the phone, in CoreData. I pull the data from CoreData and then I add about 70 subviews to the main UIView. ...
-3
votes
1answer
214 views

Is there a simple Cocoa application tutorial with explanation? [closed]

I read about five tutorials but unable to get rid of cocoa application. I am trying to get started with cocoa application and Interface builder. In my first program i am trying to get 1 textfield and ...
0
votes
0answers
40 views

Cocoa Touch interface advice

Background Info I'm currently working on an iPad Application that allows a coach to log data about a sports match during the game. The main screen features a number of large "buttons" for different ...
0
votes
1answer
32 views

How to swap views, using UIGestureRecognizers

I have set the left back button item of a navigation controller to a custom view and have set up a tap gesture recognizer for it, now when the custom view receives a tap gesture it pops the current ...
0
votes
0answers
57 views

Cocoa - How to create a custom view with cells? [closed]

I want to create a custom view with a couple of custom NSCells. I know how to create a custom view, but if you try to google things like custom NSView with cells all (to me) relevant results are ...
4
votes
2answers
59 views

UITableViewController scroll with extra space (like Notes application)

How to do a thing like there is in a Notes app: You have a UITableViewController with items, you can scroll the list down (with lots of items), when you hit the bottom of the list, you can ...
0
votes
2answers
50 views

UIWebView Content is not resizable by user

I'm struck over this little issue and just can't figure a way out. My apologies and gratitude. Description: an UIView with fullscreen UIWebView targeted for iPhone programmatically loads a web page ...
0
votes
1answer
43 views

UI messed up when returned to app after click on home button

I have an iPad app. When the app is running, I click on home button. When I again open the app, UI is messed up. I have a method which takes care of my UI and which arranges all my targets. Is there ...
0
votes
1answer
87 views

Jquery like effects for objective c iOS apps

I was wondering if there was a library or something built in to objective c that allows smooth animations and such like jquery provides. I am not asking how to use jquery with objective c, as I know ...
0
votes
1answer
129 views

iCarousel – Make all items selectable, not just centered one

I'm using the great iOS control iCarousel's Wheel type and I want all of the buttons it contains to be usable / selectable at any time (i.e. I can tap any of them, no matter which one is currently at ...
0
votes
1answer
75 views

Redirect input/output of a terminal to a gui in iOS JB

I'm writing a GUI C/C++ editor that also compiles source files for the iOS platform, using the GNU compiler that ships with Cydia. It's going to be a Cydia app, so everything should work. To compile ...
0
votes
0answers
20 views

Is the UIApplication's keyWindow retained?

The situation I have is I am trying to build a controller with similar properties to an alertview. In doing so I create my own window setting the background to a screenshot of the former window, at ...
0
votes
1answer
64 views

Changing root controller causes view to rotate to correct position

First, I want to say that this question does not solve my problem: Orientation problem when I set a RootViewController My ipad application only works in landscape mode. When I'm changing the root ...
0
votes
1answer
190 views

UIScrollView scroll to the bottom when status bar touched

I'm trying to figure out how to scroll to the bottom of a UIScrollView when the status bar is touched. I'm familiar with the @property(nonatomic) BOOL scrollsToTop method in UIScrollView, but it's not ...
0
votes
1answer
39 views

How to dynamically add component in Cocoa

Is it possible in Cocoa to add component on view programatically? The UI is created using the Interface Builder from Xcode. I just want to add some NSButtons but its quantity and positions will be ...
1
vote
1answer
115 views

How to change shape of the UITextField?

I want to implement custom text fields. Here is a screenshot of what I want to implement: So I have a UITableView with cells, and in each cell I have several text fields: one for date, one for ...
0
votes
1answer
59 views

Assigning a separate user interface for every table view item

Can someone tell me how to assign a interface to a table view element, using storyboards? I'm making a medical calculator that has different calculators for every equation, and I need help making code ...
0
votes
1answer
104 views

iOS custom scrollable tab view like in android

I want to realize iOS tab view like in android (Look at screenshot below) Is there any ready open source iOS libraries doing this?
0
votes
0answers
166 views

Icon and text on spinning wheel should remain horizontal, not rotate with wheel

I have a rotating wheel in my app, divided into eight sections. In each section, an image and text will appear. My problem is that the image is drawn at the angle of the section. I want the image and ...
2
votes
1answer
243 views

Access elements created with UI builder in xcode with Objective C by title or ID

I have looked everywhere and I cant seem to figure out how to access elements in my UI in xcode. I know how to change and access elements when I create the UI elements programmatically, but not when I ...
1
vote
1answer
151 views

Can't get UITouch event from UIButton

Problem: I can't get my UIButton to send my Class an Event call Here is what I tried first: I made a class which extends UIViewController, called Viewer #import "Viewer.h" #import "MainScreen.h" ...
4
votes
2answers
285 views

how do I do a page curl effect on two corners of an image

I'm trying to do the effect shown above in my app, but am unsure what the best practices are. The effect I want is the curled bottom corners of the outer picture frame. Is it better to: use a ...
1
vote
1answer
76 views

Storyboard elements are not sized properly on the device

In the storyboard, I am placing a table view element into a subclassed UIView. The element is not appearing on the iPad device I am running it on the same as it appears in the storyboard however. This ...
0
votes
1answer
94 views

iphone - Shrink image on scroll away in UIScrollView

So I have a UIScrollView in my app's menu. I have paging enabled and each page contains a button and an image. I would like to add a little animation where these start to shrink as they disappear off ...
0
votes
1answer
276 views

New Homebrew Gui mac os project, learning objective-c

I am trying to build a Gui for homebrew on mac , with objective-c, but when i try to see the installed packages with the following code it return empty but if i try other command like update it gives ...
0
votes
1answer
88 views

NSStatusItem Blocks User Interface Updates in NSWindows

I'm working on an application, There are several NSWindows in this application and one StatusItem in order to access any of NSWindows when they are not open. Some of these windows continuously ...
0
votes
1answer
383 views

iPhone 5 UI screen issues

After lot of googling i am asking this question. I have an app, i want to make it compatible with the iPhone5. I added Default-568h@2x to my app which contains nearly 10views. So I changed views like ...

1 2 3 4 5 7