Swift and Xcode - How to Create Custom Tab Bar Icons
-
I have a tabbed application project I am working on in Xcode written in Swift (Xcode 6.3 and Swift 1.2). I am having a lot of trouble with custom Tab Bar icons. I have designed an image in Photoshop (CS6), saved it as a PNG, resized it in Prepo to be 30x30 and imported it into Xcode in the asset library. I then set the tab view controllers icon to that image. However, it doesn't show up. I have looked at these pages but not found any help: https://www.youtube.com/watch?v=4qqqoAWNfZA http://stackoverflow.com/questions/18988234/custom-tab-bar-icon-colors http://www.raywenderlich.com/forums/viewtopic.php?f=2&t=19333 http://www.appcoda.com/ios-programming-how-to-customize-tab-bar-background-appearance https://www.youtube.com/watch?v=4Tj_SeApUrs What is the proper process to create custom tab bar icons?
-
Answer:
After a bit of research I resolved the issue, so thought I'd post here in case anyone else has a similar issue. In Photoshop I did the following: Imported the image I wanted to use as the tab bar icon (its easier if you use a black and white image so that you don't have to remove colour). Set the background to 'Transparent' rather than white. Removed all white from the image so that it was just a black image with a transparent background. Saved the image as a .png. Resized the image to be a square with dimensions 75x75 pixels (and named [email protected]), 50x50 pixels (and named [email protected]), and 25x25 pixels (and named imageName.png) In Xcode I did the following: Dragged the images into Xcode and renamed the image group as icoImageName. Selected the tab I wanted to set the image for in the storyboard in Xcode and set the 'Image' (under 'Bar Item' in the Inspector Pane) to icoImageName. Note that I did not set the 'Selected Image' under the 'Tab Bar Item' (leave this blank). Done. I hope this helps someone. Thanks to everyone for their help as well.
Matt Kelly at Stack Overflow Visit the source
Other answers
It sounds like you have everything set up properly in xCode. The problem IS the png file you are using. Download this image, http://i.stack.imgur.com/zluev.png , and see if the problem persists. "The standard tabbar icons in iOS are rendered solely from the alpha channel. Colors are ignored completely. Instead of colors you can use different alpha values that lead to a different shade of gray (or blue if selected) Make the background of your icons transparent. shareedit answered Dec 23 '11 at 15:22 Matthias Bauch"
Keith MacInnis
Did you create the tab view in interface builder? If so, since you added the images as an asset they should show up in the 'Image' property of each tab button under the inspector sidebar. Also, I know you've already posted a ton of tutorials, but this one is pretty up to date and explains it thoroughly: http://codewithchris.com/ios-tab-bar-app/
Luke
Related Q & A:
- How to create events for custom control?Best solution by Yahoo! Answers
- How to create a bar chart?Best solution by Stack Overflow
- How to remove the tab indicator on Android?Best solution by Stack Overflow
- How to create a custom email template?Best solution by Salesforce
- How do I create custom tabs on Facebook?Best solution by eHow old
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.