cancel
Showing results for 
Search instead for 
Did you mean: 

How do I apply Fiori style to the UITabBar

perage
Participant
0 Kudos

Hi,

According to the design guidelines for 9.0.1 there seems to be possible to apply Fiori style to the UITabBar. Can someone explain how as the documentation is rather slim.

My tabBar is created by storyboard.

Accepted Solutions (1)

Accepted Solutions (1)

jan-hua_chu
Explorer
0 Kudos

Just invoke the following API in your AppDelegate's application didFinishLaunchingWithOptions function

UITabBar.applyFioriStyle()

perage
Participant
0 Kudos

Thank you jan-hua.chu ! Is this something I should have found somewhere? It's probably in the generated app when using the last assistant but when updating an older one, these are changes likely to miss. What I'm trying to ask is; Is this written in the documentation somewhere?

jan-hua_chu
Explorer
0 Kudos

The doc should be in SAPFiori 9.0 release, Other Extensions -> UITabBar -> applyFioriStyle()

Answers (0)