Skip to content

Commit

Permalink
修改错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
feixue299 authored Jan 14, 2019
1 parent bcf6f3c commit 3779037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QMUIKit/QMUIComponents/QMUIAlertController.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ typedef NS_ENUM(NSInteger, QMUIAlertControllerStyle) {
/// 当前所有通过`addTextFieldWithConfigurationHandler:`接口添加的输入框
@property(nonatomic, copy, readonly) NSArray <QMUITextField *> *textFields;

/// 设置自定义view。通过`addCustomView:`方法添加一个自定义的view,`QMUIAlertController`会在布局的时候去掉用这个view的`sizeThatFits:`方法来获取size,至于x和y坐标则由控件自己控制。
/// 设置自定义view。通过`addCustomView:`方法添加一个自定义的view,`QMUIAlertController`会在布局的时候去调用这个view的`sizeThatFits:`方法来获取size,至于x和y坐标则由控件自己控制。
@property(nonatomic, strong, readonly) UIView *customView;

/// 当前标题title
Expand Down

0 comments on commit 3779037

Please sign in to comment.