rs / SDSegmentedControl

A drop-in remplacement for UISegmentedControl that mimic iOS 6 AppStore tab controls
MIT License
1.2k stars 180 forks source link

Quiet warning by giving property explicit assign/nonatomic settings #59

Closed sdarlington closed 11 years ago

sdarlington commented 11 years ago

With LLVM 5 (and apparently 4.2 -- see issue #39) you get compiler warnings if you don't specify the property type.