开发环境: macOS 10.12.1 Xcode 8.1 Qt 5.8 gSOAP 2.8 iPhone 6S+iOS 10.1.1 问题: 使用 Qt Quick 写了一个跨平台的应用,在Win10、Android、macOS下都已经正常运行,但是连接到 iOS 真机调试的时候,gSOAP 调用 ...
分类:
移动开发 时间:
2016-11-16 15:19:07
阅读次数:
880
原文:UIPresentationController Tutorial: Getting Started
作者:Ron Kliffer
译者:kmyhy
很久以来,View Contro...
分类:
其他好文 时间:
2016-11-16 11:57:52
阅读次数:
281
// // UIImagePickerController.h // UIKit // // Copyright (c) 2008-2015 Apple Inc. All rights reserved. // #import <Foundation/Foundation.h> #import <U ...
分类:
其他好文 时间:
2016-11-09 11:00:30
阅读次数:
202
上传方式:两种 1:Base64() (1):获取图片路径,将图片转为String 类型 (2):通过post提交的方式.以键值对的方式上传到服务器,和一般的提交关键字没有任何区别. (3):这种适用于图片少的时候使用. 转码代码如下: public class Base64Code { // co ...
分类:
移动开发 时间:
2016-11-02 17:35:26
阅读次数:
310