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
Issue 1: Well am unable to figure out how to convert the below line to swift
[listener respondsToSelector:@selector(pieChart:colorForSliceAtIndex:)]
This is where i reached
let selector: Selector = Selector("pieChart:colorForSliceAtIndex:")
respondsToSelector(selecting)
Issue 2: UIFont to CGFont
The text was updated successfully, but these errors were encountered:
Having problem in converting two syntax
Issue 1: Well am unable to figure out how to convert the below line to swift
[listener respondsToSelector:@selector(pieChart:colorForSliceAtIndex:)]
This is where i reached
let selector: Selector = Selector("pieChart:colorForSliceAtIndex:")
respondsToSelector(selecting)
Issue 2: UIFont to CGFont
The text was updated successfully, but these errors were encountered: