SDWebImage 4.0.0 Source Parsing

In the development of iOS client applications, it is often necessary to download pictures from the server. Although the system provides download tools: NSData, NSURLSession and so on, there are many factors to consider in the process of downloading pictures, such as asynchronous download, image caching, error handling, coding and decoding, and ...

Added by keigowei on Wed, 12 Jun 2019 02:28:27 +0300

Start developing iOS 10 - 22 with Swift using CloudKit

Last article Start developing iOS 10 - 21 with Swift using WK WebView and SFSafariViewController Learn how to open a web page. This article learns to use CloudKit. iCloud was originally released by Jobs in WWDC 2011 to allow Apps and games to store data in the cloud and automatically synchronize data between Mac and iOS. In recent years, it ...

Added by SuNcO on Sat, 08 Jun 2019 03:19:50 +0300

The Impact of Cluster Index on Data Insertion

background Developer feedback system is particularly slow to execute a stored procedure, which is checked because of the need to insert a large amount of data into the new task table during the execution of the stored procedure. The primary key of the task table is clustered index. Why does clustering index cause slow insertion? How much impa ...

Added by gwood_25 on Sat, 08 Jun 2019 00:05:03 +0300

iOS Development: Function Implementation of Calling System with Camera and Capturing Album Photos

In the process of iOS development, one of the commonly used technologies is APP to upload pictures. Although this knowledge point is not difficult, the needs of uploading pictures are different. For example, sometimes you need to select a specified number of photos at the same time in the album at one time, and the number of selected pictures ...

Added by nelietis on Fri, 07 Jun 2019 21:45:25 +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

Attribute-Rich Text in iOS

NSFontAttributeName (Font) The value corresponding to this property is a UIFont object.This property is used to change the font of a piece of text.If this property is not specified, it defaults to 12-point Helvetica(Neue). NSParagraph StyleAttributeName (Paragraph) The value corresponding to this property is a NSParagraphStyle object.Thi ...

Added by kcomer on Mon, 03 Jun 2019 20:59:12 +0300

Category in iOS

brief introduction When we have more and more functions, the volume of a single file becomes larger, even bloated. When many people cooperate to develop a document, there will be many conflicts. At this time, we need to use the corresponding solution, that is category. This article will proceed from several directions to understand the implemen ...

Added by aleczapka on Fri, 31 May 2019 20:45:48 +0300

One-step integration of sideslip (delete) menu, high imitation QQ, IOS entries sideslip deletion

This control does not depend on any parent layout, not for Recycler View, ListView, and child View in any ViewGroup can use the Side Slide (Delete) menu.  Simple, 0-coupled, supports any ViewGroup. Summary It has been 7 months since the control came out and has been used in the project. It has been 2 months since the first push ...

Added by Bad HAL 9000 on Sun, 26 May 2019 22:23:56 +0300

ARKit - Take you into a brand new world (3: Tracking / Distance Sensing / AR ruler)

Introduction: Review of the previous part: In ARKit( Light and Animation Processing To use Objective-C to open an AR project in a normal project, realize a demo of solar system, realize the rotation and rotation of the sun, including the relationship between each node, who is the child node of each node, set up the Earth-Moon node, then add th ...

Added by jenreb1 on Fri, 24 May 2019 20:27:29 +0300

Summary of Chord and Interval Diagrams

chart Basic concepts Subgraph Induced subgraph group Minimum staining Maximum Independent Set Minimum Cluster Coverage Two conclusions Chordal graph concept string Chordal graph Two conclusions Decision of Chord Graph Simple point Perfect elimination sequence algorithm CDQ God's Speech: Chord Diagram and Interval Diagra ...

Added by tech603 on Fri, 24 May 2019 01:27:29 +0300