Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change Facebook iOS SDK's done button color when login?

enter image description here

My app use white UITabBarItem text color and orange UINavigationBar BarTintColor, when click the Login button added from Facebook SDK, it will popup a webview for login.

but the topbar background color always light gray, if I change the UITabBarItem color, other view will all changed, How can I only custom the button color in Facebook login view or change the navbar background color?

like image 233
yellow Avatar asked Jan 13 '16 04:01

yellow


1 Answers

I found the solution. If anywhere inside your app has this line, please comment it out.

self.window.tintColor = white;
like image 175
Ankit Srivastava Avatar answered Jan 05 '23 02:01

Ankit Srivastava