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
The initializer obj-C private implementation interfers with and swift convenience init(hex: Int) and crashes, because it try's to use to the color hex numeber as a memory address
The text was updated successfully, but these errors were encountered:
liamato
changed the title
EXC_BAD_ACCESS on UIColoe
EXC_BAD_ACCESS on UIColor(hex:) initializer
Jul 11, 2017
The initializer obj-C private implementation interfers with and swift
convenience init(hex: Int)
and crashes, because it try's to use to the color hex numeber as a memory addressThe text was updated successfully, but these errors were encountered: