objective c - How to customize GIDSignInButton login Image in new Google+ iOS SDK? -
in order connect google plus in ios app i'm using gidsigninbutton latest google plus sdk ios.
i want use own image , label login button. problem don't see anywhere how customize it. able in previous sdk versions.
any solutions????
it's not possible customize sign in button same way in older sdks. older sdks contained image replace. new sdk not.
having said that, not have use gidsigninbutton
sign in user. if want use custom image, use custom uibutton
, call [[gidsignin sharedinstance] signin]
on touch.
Comments
Post a Comment