UIAppearance setTranslucent error: Illegal property type, c for appearance setter, _installAppearanceSwizzleForSetter

前端 未结 4 454
日久生厌
日久生厌 2021-01-04 04:26

Trying out iOS 7 did:

[[UINavigationBar appearance] setTranslucent:NO];

Got crash and error:

*** Terminating app due to          


        
4条回答
  •  独厮守ぢ
    2021-01-04 04:59

    [[UINavigationBar appearance] setTranslucent:NO] 
    

    It is not available iOS 6.It is only available in iOS 7 onward.

提交回复
热议问题