FWAppBundle


@interface FWAppBundle : FWModuleBundle

框架内置应用Bundle类,应用可替换

Note

如果主应用存在FWFramework.bundle或主Bundle内包含对应图片|多语言,则优先使用;否则使用框架默认实现。 FWFramework所需本地化翻译如下:完成|关闭|确定|取消|原有,配置同App本地化一致即可,如zh-Hans|en等

Image

  • 图片,导航栏返回,fw.navBack

    Declaration

    Objective-C

    @property (class, nonatomic, strong, readonly, nullable) UIImage *navBackImage;
  • 图片,导航栏关闭,fw.navClose

    Declaration

    Objective-C

    @property (class, nonatomic, strong, readonly, nullable) UIImage *navCloseImage;
  • 图片,视频播放大图,fw.videoPlay

    Declaration

    Objective-C

    @property (class, nonatomic, strong, readonly, nullable) UIImage *videoPlayImage;
  • 图片,视频暂停,fw.videoPause

    Declaration

    Objective-C

    @property (class, nonatomic, strong, readonly, nullable) UIImage *videoPauseImage;
  • 图片,视频开始,fw.videoStart

    Declaration

    Objective-C

    @property (class, nonatomic, strong, readonly, nullable) UIImage *videoStartImage;
  • 图片,相册多选,fw.pickerCheck

    Declaration

    Objective-C

    @property (class, nonatomic, strong, readonly, nullable) UIImage *pickerCheckImage;
  • 图片,相册选中,fw.pickerChecked

    Declaration

    Objective-C

    @property (class, nonatomic, strong, readonly, nullable) UIImage *pickerCheckedImage;

String

  • 多语言,取消,fw.cancel

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull cancelButton;
  • 多语言,确定,fw.confirm

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull confirmButton;
  • 多语言,关闭,fw.close

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull closeButton;
  • 多语言,完成,fw.done

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull doneButton;
  • 多语言,更多,fw.more

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull moreButton;
  • 多语言,编辑,fw.edit

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull editButton;
  • 多语言,预览,fw.preview

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull previewButton;
  • 多语言,原图,fw.original

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull originalButton;
  • 多语言,相册,fw.pickerAlbum

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull pickerAlbumTitle;
  • 多语言,无照片,fw.pickerEmpty

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull pickerEmptyTitle;
  • 多语言,无权限,fw.pickerDenied

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull pickerDeniedTitle;
  • 多语言,超出数量,fw.pickerExceed

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull pickerExceedTitle;
  • 多语言,下拉可以刷新,fw.refreshIdle

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull refreshIdleTitle;
  • 多语言,松开立即刷新,fw.refreshTriggered

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull refreshTriggeredTitle;
  • 多语言,正在刷新数据,fw.refreshLoading

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull refreshLoadingTitle;
  • 多语言,已经全部加载完毕,fw.refreshFinished

    Declaration

    Objective-C

    @property (class, nonatomic, copy, readonly) NSString *_Nonnull refreshFinishedTitle;