Learning Object-C classes and functions from command-line programs
[experimental environment]
Playing IOS on virtual machines really makes people want to raise their desks (')( Pro-test VMWare12, MACOS 10.10.5, Xcode 7.2 can be compatible with each other, the highest supported IOS version is 9.2, with download address, installation tutorial can Baidu itself.
VMWare WorkStations 12: Link: http://pan.baidu.com ...
Added by countcet on Sun, 07 Jul 2019 22:46:40 +0300
Detailed Interpretation of AFNetworking File Breakpoint Download
I've seen many downloads of breakpoints written by people, including those on GitHub, but there's a common feature that doesn't meet the demand, or that's a little over-encapsulated. Over-encapsulated is a little painful. So buddy, I decided to come. Of course, I'm not a fuel-efficient lamp. Before I make my point, I'll make a mockery of the co ...
Added by Zamees on Wed, 19 Jun 2019 22:58:24 +0300
iOS Tutorial: Attribute Strings
Author: Arthur Knopper, Links to the original text Original date: 2017-04-04
Translator: Crystal Sun Proofreading:way Finalization: shanks
Translator's Note: This is an updated version of the previous article. Old Text Links The Swift version used in the old version is not 3.0. This article updates the code and upgrades to Swift 3.0.
Attribu ...
Added by kark_1999 on Thu, 13 Jun 2019 02:01:43 +0300
ios Bluetooth development (3) implementation of app being connected as peripheral
The last section describes app as a central connection peripheral. This section describes how to publish a peripheral to other central connections using app
Or in this diagram, the central mode uses the left class, while the peripheral mode uses the right class
Process in peripheral mode
1. Open the peripheralManager and set the deleg ...
Added by Gruzin on Wed, 12 Jun 2019 20:49:33 +0300
iOS Baidu Map + Eagle Eye SDK Integrated Recording
Baidu Hawk Eye
The official integration instructions of Eagle Eye + Map Baidu are very detailed, but there are still several pits that do not know the series. I'm using the Eagle Eye V3.0.3 version here. List a few pits I stepped into in the integration process.
Eagle Eye Trajectory itself is only responsible for collecting and displaying th ...
Added by n8w on Tue, 04 Jun 2019 21:35:26 +0300
Capture of iOS Swift Crash
Capture of iOS Swift Crash
Introduction to crash capture
If you don't know much about crash capture, you can refer to this article first. Article In this paper, Mach anomaly + Unix signal is used to capture crash.
NSException is usually captured only in OC. Normally, after capturing NSException exception, a corresponding ...
Added by awared on Thu, 23 May 2019 22:53:34 +0300
IOS Development Practice Skills
Here we summarize some tips in iOS development, which can greatly facilitate our development and continue to update.
Top Blank Processing under the Group Style of UITableView
//Header blank processing of grouping list
UIView *view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, 0.1)];
self.tableView.tableHeaderView = view;
Remove ...
Added by vlince on Wed, 22 May 2019 03:57:49 +0300
A Lightweight and Efficient Archiver Cache Framework Based on YYModel
CBArchiverLogo
A Lightweight and Efficient Archiver Cache Framework Based on YYModel
development environment
Mac OS 10.12+ / Xcode 9+ / Objective-C
Supporting environment
iOS 8+, iPhone & iPad
Project acquisition
Here the code is shown by Objective-C and the project has been uploaded to github CBArchiver(https://github.com/cba023/YYModel- ...
Added by the_loser on Tue, 21 May 2019 03:34:11 +0300
iOS Architecture - Static Library. framework relies on third-party libraries
Needs Analysis:
Encapsulate your own capabilities as static libraries for customers to use, but there are some job markets that already do well
Open code, or low-cost solutions, allows us to use technology that others have made public or purchased at a low cost.The same is true for making static libraries, a ...
Added by CodeToad on Wed, 15 May 2019 13:22:06 +0300