Darkseal / DownPicker

A lightweight DropDownList / ComboBox for iOS, written in Objective-C
MIT License
202 stars 93 forks source link

Why using @synthesize? #17

Closed WedgeSparda closed 9 years ago

WedgeSparda commented 9 years ago

One question, why do you use this?

@synthesize text;
@synthesize selectedIndex;

@synthesize is no longer needed.

Darkseal commented 9 years ago

Old habits. It can be removed with no problems.