You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the report. Unfortunately I am in between exams and could not test it out. But here's what i suggest:
// ADD THIS IF CONDITION
if !loaded {
// Insert empty tab item at center index. In this case we have 5 tabs.
self.insertEmptyTabItem("", atIndex: 2)
// Raise the center button with image
let img = UIImage(named: "icon_camera")
self.addRaisedButton(img, highlightImage: nil)
}
If it works feel free to submit a pull request, or i'll check this out later.
I have 4 tab with raisedtab.
http://stackoverflow.com/questions/35906888/prevent-automatically-create-more-on-ios-tabbar/35914705#35914705
The text was updated successfully, but these errors were encountered: