MiMo42 / MMTabBarView

A Mac OS X tab bar view that works on 10.9+ with Xcode 9.3+. Pull requests welcomed.
http://mimo42.github.com/MMTabBarView/
243 stars 79 forks source link

Minor changes to add nullability and __kindof and change messages to properties #48

Closed nivekkagicom closed 7 years ago

nivekkagicom commented 7 years ago

These changes add the nullability macros NS_ASSUME_NONNULL_BEGIN and NS_ASSUME_NONNULL_END to the headers and source files and adds the nullable keywords where needed to eliminate warnings. The changes also change cell and setCell messages to be properties and uses __kindof to eliminate other warnings resulting from multiple possible messages for cell.