码迷,mamicode.com
首页 >  
搜索关键字:ios-ui    ( 313个结果
ios ui自动化测试之元素定位方法汇总
1.Appium自带的Inspector工具 2.Macaca的app-inspector工具,具体地址:https://macacajs.github.io/app-inspector/cn/ setp1.获取设备ID xcrun simctl list setp2:从命令行启动 app-insp ...
分类:移动开发   时间:2020-04-04 11:49:13    阅读次数:201
iOS UILanel 一些小实用
UILabel *lab=[[UILabel alloc]initWithFrame:self.view.bounds]; //合并 lab.text=[NSString stringWithFormat:@"%@%@",@"coach: ","coache"]; //圆形 lab.layer.co... ...
分类:移动开发   时间:2019-05-15 19:15:44    阅读次数:201
iOS UI(绘图)的几张原理图
Core Animation是对OpenGL ES的Objective-C封装,具有与OpenGL ES几乎等价的高性能,却隐藏了OpenGL ES的复杂性。 https://www.cnblogs.com/feng9exe/p/6723056.html https://www.cnblogs.co ...
分类:移动开发   时间:2019-01-29 13:56:30    阅读次数:171
iOS UI(布局)约束是什么?view1.attr1 = view2.attr2 * multiplier + constant
/* Create constraints explicitly. Constraints are of the form "view1.attr1 = view2.attr2 * multiplier + constant" If your equation does not have a sec ...
分类:移动开发   时间:2018-12-07 13:04:44    阅读次数:223
关于iOS UIWebView 加载网页,点击网页内某些控件导致 Application 'UIKitApplication:xxx.xxx.xxx' was killed by jetsam.
问题:公司用的腾讯问卷系统,内嵌在我们应用或游戏的自定义UIWebView里面展示,发现在iOS 10 以下系统,点击圆形勾选框 会大概率出现闪退。 通过联调发现:报了这样一个警告Application 'UIKitApplication:xxx.xxx.xxx' was killed by jet ...
分类:移动开发   时间:2018-02-07 20:00:28    阅读次数:328
Appium_Python_Api文档
1.contexts contexts(self): 2. current_contextcurrent_context(self): 3. contextcontext(self): 4. find_element_by_ios_uiautomationfind_element_by_ios_ui ...
分类:移动开发   时间:2017-12-14 15:50:51    阅读次数:222
NativeScript官方书籍:1.为什么选择nativescript
1.为什么选择nativescript 本章介绍 什么是NativeScript nativescript对于移动开发世界意味着什么 NativeScript工作原理 在早期的移动应用程序(前iPhone)中,在一次编码多平台部署方法论上,没有过多笔墨。开发人员只是想尽快将应用程序发布到到苹果或谷歌 ...
分类:其他好文   时间:2017-09-20 00:41:20    阅读次数:292
为什么内存使用2G的苹果手机比内存使用4G的安卓机更流畅?
这是在国外一家网站看到的,分析得不错,原文如下: Why does the iPhone require less RAM than Android devices? There are people who always fight when it comes to comparing the A ...
分类:移动开发   时间:2017-08-13 16:54:59    阅读次数:282
poj 2778 DNA Sequence(ac自动机+矩阵快速幂)
题目链接:http://poj.org/problem?id=2778 题解:像这种能够找到长度为m的不包含子串的串有几种可以考虑用邻接矩阵,就是考虑从每一点出发走一次能够到达的位置,那么走两次能到达的位置就是矩阵的2次幂以此类推。于是可以利用自动机来得到矩阵然后就是矩阵快速幂。 ...
分类:其他好文   时间:2017-08-11 13:27:50    阅读次数:122
CodeForces - 337A Puzzles
The end of the school year is near and Ms. Manana, the teacher, will soon have to say goodbye to a yet another class. She decided to prepare a goodbye ...
分类:其他好文   时间:2017-08-03 17:00:21    阅读次数:163
313条   1 2 3 4 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!