mindz-eye / MYTableViewIndex

A pixel perfect replacement for UITableView section index, written in Swift
MIT License
523 stars 52 forks source link

Interface Builder integration causes crash with "Unknown class MYTableViewIndex in Interface Builder file." #5

Closed tjanela closed 7 years ago

tjanela commented 7 years ago

The offending line seems to be the @objc class name declaration (in TableViewIndex.swift):

@objc(MYTableViewIndex)

If this line is removed and the Class Name changed to TableViewIndex in Interface Builder everything works.

At tag 0.2.0

mindz-eye commented 7 years ago

I can't reproduce it in Xcode 8.3.2 Please re-check with 0.3.0