2.0.4
Fixed bugs, updated from typedef enum
to typedef NS_ENUM
.
Now you can:
- Set properties for every button
- (void)setButtonPropertiesAtIndex:(NSUInteger)index handler:(void(^)(LGAlertViewButtonProperties *properties))handler;
Fixed bugs, updated from typedef enum
to typedef NS_ENUM
.
Now you can:
- (void)setButtonPropertiesAtIndex:(NSUInteger)index handler:(void(^)(LGAlertViewButtonProperties *properties))handler;