码迷,mamicode.com
首页 > 移动开发 > 详细

iOS-发布状态界面github开源

时间:2016-04-18 13:43:43      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:

演示效果
技术分享

下载地址:
https://github.com/qxuewei/XWPublish

两行代码集成发布功能:
*XWPublishController *publishVC = [[XWPublishController alloc] init];
*[self presentViewController:publishVC animated:YES completion:nil];

具体使用方法:

    *1.导入‘XWPublish‘文件夹到项目中
    *2.导入 ‘ #import "XWPublishController.h" ‘
    *3.在需要发布的按钮点击方法中
        *XWPublishController *publishVC = [[XWPublishController alloc] init];
        *[self presentViewController:publishVC animated:YES completion:nil];

*在XWPublishController.m中submitToServer方法中编写上传服务器的代码


textfield或者textview中长按出现的(全选,复制,粘贴)显示成中文?
*如果在文本输入框中长按复制,粘贴为英文,可以在info.plist中添加Localized resources can be mixed,设置为YES.

iOS-发布状态界面github开源

标签:

原文地址:http://blog.csdn.net/qxuewei/article/details/51178372

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!