美文网首页
MJRefresh上拉加载功能,每次运行下面都会有“上拉加载”这

MJRefresh上拉加载功能,每次运行下面都会有“上拉加载”这

作者: H_A_N | 来源:发表于2017-09-18 09:20 被阅读0次
21_552162_457d5e8d00507a4.png

英文改成中文方法:
1.公共.strings文件中新增
NSString *const MJRefreshHeaderIdleText = @"下拉可以刷新";
NSString *const MJRefreshHeaderPullingText = @"松开立即刷新";
NSString *const MJRefreshHeaderRefreshingText = @"正在刷新数据中...";

NSString *const MJRefreshAutoFooterIdleText = @"点击或上拉加载更多";
NSString *const MJRefreshAutoFooterRefreshingText = @"正在加载更多的数据...";
NSString *const MJRefreshAutoFooterNoMoreDataText = @"已经全部加载完毕";

NSString *const MJRefreshBackFooterIdleText = @"上拉可以加载更多";
NSString *const MJRefreshBackFooterPullingText = @"松开立即加载更多";
NSString *const MJRefreshBackFooterRefreshingText = @"正在加载更多的数据...";
NSString *const MJRefreshBackFooterNoMoreDataText = @"已经全部加载完毕";

2.在info.plist文件中找到“Localization native development region”字段value值改成“China”

3.运行之后就变成中文
PS:这样修改是根据运行系统环境的语言环境变化而变化,若在模拟器上运行,需要修改模拟器语言环境位中文才可以;

相关文章

网友评论

      本文标题:MJRefresh上拉加载功能,每次运行下面都会有“上拉加载”这

      本文链接:https://www.haomeiwen.com/subject/eyuvsxtx.html