MSCellAccessory icon indicating copy to clipboard operation
MSCellAccessory copied to clipboard

Running swift locking at launch screen

Open individual11 opened this issue 10 years ago • 3 comments

I brought it in view bridging-header, and put this line of code in the UITableViewCell layoutSubviews call.

self.accessoryView = MSCellAccessory(type: .DISCLOSURE_INDICATOR, color: UIColor.redColor())

It never gets passed the splash screen. If I comment that one line out, the app launches fine. Any ideas?

individual11 avatar May 11 '15 21:05 individual11

cell.accessoryView = MSCellAccessory(type: MSCellAccessoryType.FLAT_DISCLOSURE_INDICATOR, color: self.greyTextColor)

use it this way

alexookah avatar Aug 06 '15 10:08 alexookah

thanks!

individual11 avatar Aug 06 '15 13:08 individual11

updated my comment for some reason the previous code was working (using pods).. now trying the same without pods and seems it was not working.

the correct code should be working like in my previous comment.

alexookah avatar Aug 06 '15 17:08 alexookah