AutoLayout and Masonry

Source: Internet
Author: User
Tags git client

Http://www.cocoachina.com/design/20160713/17032.html

Http://www.cocoachina.com/ios/20160616/16732.html

Http://www.cocoachina.com/ios/20141219/10702.html

http://www.jianshu.com/p/f0b17ecfd04e

Http://www.cocoachina.com/ios/20150702/12217.html

http://adad184.com/2014/09/28/use-masonry-to-quick-solve-autolayout/

Http://www.cocoachina.com/ios/20151029/13872.html

Http://www.bkjia.com/IOSjc/963524.html

Http://www.tuicool.com/articles/AF3UFn2

Http://www.cocoachina.com/ios/20150527/11936.html

Masonry and CocoaPods Introduction and installation Steps

http://blog.csdn.net/yxwlzsh/article/details/46549513

My plug-in

Ksimagenamed can help you enter the resource name in [UIImage imagenamed:] Plugin

Atautocompletion is mainly for special tips and character statistics for @

VVDocumenter-Xcode代码注释的插件,连敲三个///就会自动打印代码注释语句块,支持自定义

Clangformat Code Formatting

Colorsense is convenient for programmers to define color

 
 

Human wisdom is endless, siege lions in order to facilitate the development of the land continues to develop a number of Xcode plug-ins. This article will be combined with my experience, a brief introduction to Xcode powerful plug-ins! 1. Plugin--alcatrazalcatraz is the manager of all Xcode plugins and third-party plugins, but it's a great thing to manage the download and removal of other Xcode plugins. Alcatraz: Https://github.com/alcatraz/Alcatraz into this URL can download Zip package, after decompression run. Git address: Https://github.com/alcatraz/Alcatraz.gitgit address is mainly can use Git's client sourcestree to clone. The use of the GIT client will be introduced later. After unpacking and opening our Alcatraz project, we will find that it is an OSX software, do not leave so much to run directly. After successful close our Xcode, completely exit Xcode, then reopen Xcode, will prompt a box with load ... and Skip ... , select Load ... This way our Alcatraz is installed in Xcode. [This is after the installation is successful] (http://img.blog.csdn.net/20160119105321714) We can see that there is a "package Manager", this is the logo we installed Alcatraz, we can command+shift+ 9 Quick Start! The interface after launch! [Alcatraz Startup Success] (http://img.blog.csdn.net/20160119105921971) Simple introduction: All is all plug-ins (whether you installed or not installed), you can then drop-down list to see the plug-in by the first letter abcd ... Down, there are these plug-ins and descriptions, like which will choose the plugin before the install, and then you will see in the installation! Installed is to check your installed plug-in, the installed plug-in front of a remove, is to delete the plugin. Well, the plugin Explorer is basically introduced into this! 2. Commonly used plug-in recommended plug-in thousands, often not many. The following is recommended for you some common plug-ins. 1) Fuzzyautocomplete This is an artifact ah, we all know that Xcode has an automatic code hinting function, but you must follow its code alphabetically, otherwise you will not be able to prompt the code you want. There is a plugin, you do not have to remember every word, just remember some words, even some letters can prompt out the corresponding code! 2) Vvdocumenter-xcode code Comment plug-in, even knock three///will automatically print generationCode Comment statement block, support customization 3) Xvimxvim is a Xcode vim plugin that enables VIM mode in the Xcode edit window. 

The biggest benefit of Vim mode is that you can move the cursor, first-level copy, and paste code with the full keyboard operation. Xvim also has a good support for Xcode's column mode. As with Vim's own column mode, you can use the shortcut key control+w to change the currently edited column.
4.XToDo
Xtodo is a find all of the items with Todo, Fixme,??? ,!!! Annotations for tags
Usually we in the project development, for a variety of reasons, some things need to be processed later, this time to prevent forgetting, plus todo or fixme comments is very necessary, but to go online or submit code before the need for these unresolved issues is slightly troublesome, Xtodo can provide a summary of the interface, All outstanding Todo and fixme tags are displayed centrally. Control+t Open Summary Interface
5.KSImageNamed
Ksimagenamed is a plug-in that helps you enter a resource name in [UIImage imagenamed:]. When you enter [UIImage imagenamed]. The context menu automatically pops up to select the name of the picture resource you want to enter. You can also preview the resource on the left when you select a picture resource.
6.AdjustFontSize
Press command+ or command-to adjust the font size of the code
7.AtAutoCompletion
Special tips and character statistics for @
8.auto-importer
Auto-Import, but I don't use much.
9.cocoapods
Well, the last artifact, this guy and with the Vim terminal is the same effect. However, it can be used directly within Xcode without the need to switch to terminal operation. After the installation is successful, there is a cocoapods option in product.

We first point Create/edit Podfile, will automatically create a podfile file, modeled after the terminal operation, enter the third-party library we need to import. Then save and run the install Pods. If you want to import another, click Create/edit podfile,pod ",,,", and then upfate pods can

AutoLayout and Masonry

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.