4
votes
2answers
151 views

Is it possible to customize application icon badge: Xcode?

This may be a foolish question. But I'm asking it because of my curiosity. Is there is any possible way to customize an iOS application icon badge image(as below:)..? Thanks in advance...
4
votes
3answers
3k views

Is there a way to disable or modify Xcode's code completion?

I have unchecked both "Show arguments in pop-up list" and "Insert argument placeholders for completions" in Xcode Code Sense preferences, but when I type "else" (for example) in the editor, Xcode ...
3
votes
1answer
111 views

XCode Using TAB to tab multiple lines of code

Is it possible to select multiple lines of code in XCode and when I press TAB button all those selected lines indent? I know CMD+[ will indenet and CMD+] will undent. But I want that same principle ...
2
votes
4answers
10k views

Create custom keyboard and configure it on your iPhone

I am working on creating custom keyboardas presented by EMOJI with having characters and pictorial icons like smileys and other day to day used symbols.So far i came to know that these symbols have ...
2
votes
1answer
700 views

Is it possible to change the way Xcode indents comment blocks?

By default, Xcode automatically indents multiple lines of code within C-style comment blocks by one space: /* this is a comment block line 1 line 2 */ Is it possible to modify this behaviour? I ...
1
vote
5answers
1k views

UIBarButtonItem init with custom view selector not working properly

I'm trying for hours to make a left button work properly and mimic a back button. My code to create the button: UIBarButtonItem *backButton = [self customBarButton:@"back_button" ...
1
vote
3answers
2k views

How to customize the XCode toolbar?

When customizing the XCode toolbar, am I pretty much limited by the buttons they give me in the Customize dialog? I'd like to add actions like Step Over, Continue, Toggle Breakpoint, etc... but can't ...
1
vote
2answers
27 views

Customize uiswitch image properly?

I have an UISwitch in my iOS 6 app, that's on and off image is customised. self.testSwitch.onImage = [UIImage imageNamed:@"on"]; self.testSwitch.offImage = [UIImage imageNamed:@"off"]; I use 77 ...
1
vote
1answer
216 views

iOS5 - custom form API's

I'm creating an iPhone application that requires a user entering information into a form, and then sending that data to a cloud server. Are there any good customizable-form API's that can be easily ...
1
vote
1answer
823 views

TabBar customization in ios4 doesnt work in ios5

In my app i want to customize the pattern of the tabbar, but my deployment target is ios4, so i am using the code bellow in the appDidBecomeActive in the appDelegate.m to do this: CGRect frameTab = ...
1
vote
0answers
81 views

tab bar xcode remove title of bar item with storyboards

I would to remove a title of the bar item and show only the images also in the space of the title (size of the image 60x60 not 30x30) its possibile only wih storyboards or IB ? thanks a lot
1
vote
1answer
58 views

Custom uibarbutton also changes the buttons in the email form

I'm unsure as to what I've done here. After a few hours trying to create custom nav buttons I finally settled on this piece of code: [[UIBarButtonItem appearance] setBackgroundImage:uiBtn ...
1
vote
1answer
211 views

registerNib:forReuseidentifier with custom UTTableViewCell and Storyboards

I'm migrating from customizing my TableViewCells in tableView:cellForRow:atIndexPath: to using a custom UITableViewCell subclass. Here's how I done it: First, created empty XIB, dragged ...
0
votes
3answers
1k views

Navigation Bar customization in ios4 doesnt work in ios5

i know that this question looks the same as other around here, but none of them say anything about incompatibility between ios4 and ios5. In my app i want to customize the pattern of the navigation ...
0
votes
2answers
104 views

UI Picker View Personalization

I am trying to find a way for a UIPicker to have the options of 3, 6, 12, 24, 36, 46, 72. Such that the user would be able to select the options from that set. But the UIPicker must come with a ...

1 2
15 30 50 per page