One-click modification of color in xib/Storyboard project
git address: https://github.com/winterwd/OneKeyChangeXIBColor
It can be downloaded directly (note that there is no Chinese in the path). If you are interested, read the article.
2018.9.2
This color-changing gadget was originally a problem that I met in my own work, so I made a gadget like this. At that time, it was limit ...
Posted by blinks on Fri, 25 Jan 2019 11:03:14 -0800
Problems with updating to version 10 of Xcode ios 12
Worspace compile time error
Errors are reported as follows:
Showing Recent Messages
:-1: Multiple commands produce '/Users/xxx/Library/Developer/Xcode/DerivedData/TestProject-apxxxxxxxxxxeqsvu/Build/Products/Debug-iphoneos/TestProject.app/LICENSE':
1) Target 'TestProject' (project 'TestProject') has copy command from '/Us ...
Posted by iBlizz on Thu, 24 Jan 2019 19:36:14 -0800
iOS development-Layout Guide (from top/bottom Layout Guide to Safe Area)
iOS7 topLayoutGuide/bottomLayoutGuide
To create a project called Layout Guide Study, let's open it and take a look at Main.storyboard:
storyboard-top_bottom_layoutGuide.png
You can see two things under View Controller, topLayoutGuide/bottomLayoutGuide, and they are at the same level as the View of Controller.
And in the UIV ...
Posted by chordsoflife on Mon, 31 Dec 2018 17:24:09 -0800
iOS Development runtime Principle and Practice: Message Forwarding (Message mechanism, method not implemented + API incompatible rush, simulate multiple inheritance)
This article Demo portal: RuntimeDemo
ABSTRACT: Programming can not only understand the principle, but also know the application scenario in practice. This series tries to elaborate the relevant theory of runtime and introduce some real battlefield scenarios. This article is the message forwarding chapter of this series. In ...
Posted by pyr on Tue, 25 Dec 2018 00:24:06 -0800
iOS Bluetooth Protocol NSData+CRC Verifies NSData Transliteration. c File Import Xcode
In the past two days, iOS Bluetooth data interaction was done. Initially, the company's plan was to use the mobile phone as a Bluetooth slave device to allow the company platform to scan the Bluetooth address obtained by the code on the mobile phone as the only sign to connect in a directional way. However, the scheme was rejected because the ...
Posted by rtown on Thu, 20 Dec 2018 16:57:04 -0800
How AIR Native Extension for iOS Access Third Party sdk Implements AppDelegate Life Cycle
Author: Panda Fang
Source: http://www.cnblogs.com/lonkiss/p/6492385.html
Original articles, reprinted please indicate the author and origin, without permission can not be used for commercial profit-making activities
Last year to this year, I did several AIR Native Extension (ANE) on iOS, which was very painful. The way of ANE developm ...
Posted by stuartbaggs on Sun, 16 Dec 2018 20:48:04 -0800
The most scientific in history! Swift 3 UITableView Best Practice XIB Quickly Implements UITableViewCell, UITableViewHeader FooterView
The most scientific in history! Swift 3 UITableView Best Practice XIB Quickly Implements UITableViewCell, UITableViewHeader FooterView
development environment
Mac OS 10.12+ / Xcode 8+ / Swift 3+
Supporting environment
iOS 8+, iPhone & iPad
Project acquisition
The code here is shown in Swift 3.1 and Swift is recommended. The pro ...
Posted by lajollabob on Sun, 16 Dec 2018 04:36:04 -0800
Description & debug Description & runtime (debug mode debugging model)
description
In the development process, there are often many models to load attributes. During the development process, debugging is often carried out to check whether the attribute values in the model are correct. Then the problem arises. In objective-c, using NSLog("%@",model) line of code prints out the address of the model. Not t ...
Posted by Space Cowboy on Fri, 14 Dec 2018 22:03:04 -0800
Quickly Create a Filming Document Application with Dynamsoft Camera SDK iOS Version-Swift Development
If you have not installed the Dynamsoft Camera SDK framework in the Xcode project, please refer to the following configuration:
1. If you haven't downloaded Dynamsoft Camera SDK iOS version for 30 days for free trial, please Here Download.
2. Create a new Xcode project.
2.1 Find the General tab, under the Embedded Binaries s ...
Posted by WebbDawg on Fri, 14 Dec 2018 15:06:03 -0800