Commit ea47739b by Zac Chan

Fixed some more IOS issues

parent a9b19344
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
static NSString *const CHANNEL_NAME = @"PonnamKarthik/fluttertoast"; static NSString *const CHANNEL_NAME = @"PonnamKarthik/fluttertoast";
@interface FluttertoastPlugin () @interface FluttertoastPlugin ()
@property(nonatomic, retain) FluttertoastPlugin *channel; @property(nonatomic, retain) FlutterMethodChannel *channel;
@end @end
@implementation FluttertoastPlugin { @implementation FluttertoastPlugin {
......
...@@ -89,8 +89,6 @@ extern const NSString * CSToastPositionBottom; ...@@ -89,8 +89,6 @@ extern const NSString * CSToastPositionBottom;
@param duration The toast duration @param duration The toast duration
@param position The toast's center point. Can be one of the predefined CSToastPosition @param position The toast's center point. Can be one of the predefined CSToastPosition
constants or a `CGPoint` wrapped in an `NSValue` object. constants or a `CGPoint` wrapped in an `NSValue` object.
@param title The title
@param image The image
@param style The style. The shared style will be used when nil @param style The style. The shared style will be used when nil
@param completion The completion block, executed after the toast view disappears. @param completion The completion block, executed after the toast view disappears.
didTap will be `YES` if the toast view was dismissed from a tap. didTap will be `YES` if the toast view was dismissed from a tap.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment