Flag bar button icon missing in Xcode 6? - ios

I can't find the bar button icon looking like a flag in Xcode 6. I want to add it to a UIBarButtonItem. The reason I'm looking for one is that there is one in the iOS mail app. It's also shown on Apples HIG site: https://developer.apple.com/library/iOS/documentation/userexperience/conceptual/mobilehig/BarIcons.html.

Related

In Xcode 11, what is the button below the Live Preview button?

In Xcode 11, there are two buttons next to the device preview. The one on the top we all know is the Live Preview. However the one on the bottom does not seem to be doing anything. Why would Apple leave a completely useless button there? Am I missing out some awesome functionality?
The button icon looks like it could be related to constraints... but I don't know.
This button lets you to instantly run the app on an attached device so you can see the live changes directly on your device instead of Xcode's canvas preview.
Note that you need iOS 13 installed on your device to be able to use this capability.

UIButton title issue on iPhone6 with iOS9.3.2

I created button using storyboard and set the tittle with out any underline using custom font. But i got underline under title of button in only iPhone6 with iOS 9.3.2 but not all devices. Please see the below image. I have checked all apple documents but i didn't get any solution. Is the iOS problem or iPhone problem or any settings on iPhone6 related button?
Open Setting app in your iphone, Go to general then go to accessibility, under accessibility turn off the switch for Button shapes
It may solve your problem i think. Because if you have used button with type system then it will use system's configuration for button!!

Back button appears with button outline

I am working on an app which supports iOS 6 to latest iOS versions. When I run the app in Xcode 5 and select target as iOS7; Sometimes the back button in navigation bar appears with the iOS6 button style as an outline around it in iOS7. I wanted to enable default feature of iOS7 that back button without outline.
other buttons look fine with iOS7 without outline.
I think you are using images for the button, use default system buttons.
check whether you have used button style as UIBarButtonItemStylePlain

Xcode 5 and Images

I have an app that uses button images that are being changed as the user interacts with the button.
I just converted my app to iOS7 in Xcode 5, but now my button images are not showing any more. All I see is a bright blue square where the button should be.
When I change the tint from blue to clear, the buttons show, but the button does not change when I push it.
The images are still in my supported files folder and should be properly used by Xcode...
Does anyone have a similar issue? Can this be fixed easily?
There is a new button type called UIButtonTypeSystem with iOS 7.
On your .xib file, change the button type to Custom.

Make the keyboard in my iOS 7 app translucent/transparent

I've seen that iOS 7 brings some cool features in terms of design, and I was wondering whether I can make the keyboard transparent, as I've seen in some apps.
If so, how can I do it?
I've done a bit of research but haven't found much about it.
Assuming you're working with Xcode 5, the keyboard in iOS 7 IS transparent by default. You don't have to do anything. In IB/Storyboard, place a UITextField onto a ViewController, and turn that ViewController's view green (or some other color). When you click in the UITextField and the keyboard comes up, you'll notice that you can see the view's background color through the keyboard.
In order for the keyboard to be translucent by default, you will need to build your app on Xcode 5 with your Base SDK set to iOS 7.
If you are using an IB file originally created in an earlier Xcode, click on the File Inspector and change the View As property to Xcode 5.

Resources