iOS crash log collection

iOS crash log collection Developing an APP user experience may seem very important. Think about how uncomfortable it is that an APP always flies away and bug s keep popping up. Users will definitely uninstall it directly. So in order to develop more robust programs, we have roughly the following methods: Fully consider the differences betwe ...

Posted by vierme on Fri, 19 Apr 2019 11:00:32 -0700

Appium+XCUITest Python-based Operational Instances and Environment Construction

The tutorial is installed by dmg Links to install appium and python packages on mac http://pan.baidu.com/s/1skUpF6t Password: gyia In connection to download the relevant installation packages, dmg installation report operation is relatively visible. Install appium, python, and Sublime text in turn. The python installation was successful, an ...

Posted by platnium on Thu, 18 Apr 2019 09:51:32 -0700

React Native (pull-down refresh, load more) ultra-simple implementation!

Let's go straight to our topic today. Let's first look at the results we are going to achieve today. When we pull down, we display "drop-down refresh status" and "load more" automatically when we slide to the bottom. Train of thought: 1. Drop-down refresh we use rn's RefreshControl directly. 2. When we slide to the bo ...

Posted by gszauer on Wed, 17 Apr 2019 18:51:34 -0700

AVPlayer for iOS Video Development

AVPlayer here I do not write, reprint a blog written by others, very good, you can see: Original address: http://www.cnblogs.com/YanPengBlog/p/5280211.html // MPMovie Player Controller is powerful enough to complete a player without writing a few lines of code, but because of its high encapsulation, customizing the player becomes complex or ...

Posted by GB_001 on Wed, 17 Apr 2019 17:57:33 -0700

Multithread, single-threaded, synchronous, asynchronous, concurrent and parallel, serial queues and parallel queues. See here.

Multithread development took a long time, but has not been in-depth understanding. There has been some confusion for a long time. Only after a thorough understanding, did we find that there were many mistakes in our previous understanding. Single thread equals synchronization and multi-thread equals asynchrony This understanding is intuitive ...

Posted by seeya on Wed, 17 Apr 2019 16:15:33 -0700

C++ Implementation of AES Encryption Algorithms

Introduction to AES AES (Advanced Encryption Standard), also known as Rijndael encryption method in cryptography, is a block encryption standard adopted by the federal government of the United States. This standard is used to replace the original DES, which has been widely used all over the world and has become one of the most popular symmetri ...

Posted by steadyguy on Wed, 17 Apr 2019 15:00:34 -0700

Interface Layout Tool under iOS-MyLayout Layout Layout Layout Layout Layout Framework

  Swift:TangramKit: https://github.com/youngsoft/TangramKit OC:MyLayout: https://github.com/youngsoft/MyLinearLayout brief introduction MyLayout Is a set of iOS interface view layout framework. Its core is based on overloading the layoutSubviews method of UIView and setting the bounds and center attributes of subviews. MyLayout is po ...

Posted by pellky on Wed, 17 Apr 2019 09:15:32 -0700

Basic knowledge points of ionic 2 self-study

Ionic (ionic framework) is close to native HTML5 Mobile App Development Framework. IONIC is currently the most potential HTML5 mobile application development framework. Building applications through SASS provides many UI components to help developers develop powerful applications. Its use JavaScript MVVM framework and AngularJS To enhance th ...

Posted by digitalecartoon on Mon, 15 Apr 2019 11:00:33 -0700

Hundred lines of code integrate Emoji into iOS, background recognizable characters

Recently, a BUG was mentioned, and the text containing Emoji expression was submitted in iOS, but it can not be recognized in Android. It may also lead to background interface error ()... So, I started my Emoji climbing the pit. Design sketch: Integrated Emoji Expressions Talking about how to integrate Emoji expressions, Github has a ...

Posted by Langridge on Sat, 13 Apr 2019 22:09:32 -0700

Different Display Hiding

In the development of websites, we have also encountered a lot of things about display and hiding, which is simple to say. Today, we are free to organize them. display display:none | display:block is the most common way for elements to be explicit and implicit, but there is a problem with this method. The display attributes of elements are ...

Posted by SJR_34 on Sat, 13 Apr 2019 15:18:32 -0700