Programming Development

String NSString and what difference?

Swift programming language learning time may not experience this thing,But with the depth of learning,As you read other people's code when,You will probably encounter this type NS,This time you will certainly be curious,similar String and NSString In the end where the difference? They seem to be exactly the same way! and,As by keyword,We can also easily make data transfer between both of them[……]

Click link to continue reading...

Reprint:Multi-paradigm programming language-an example of Swift

The original from InfoQ,Author Guo Lin

Based on the Swift case study of language,Introduction what is a multi-paradigm programming language;Also introduces several of today's more popular programming paradigm,Worth a read。Collection,Original linkIn this

Swift programming paradigm

Programming paradigm is the idea behind the program language。Representing programming language designers believe that how the program should be built and implemented。Common programming paradigm:[……]

Click link to continue reading...

Swift 2.0 Introduction

WWDC conference in June this year on, Apple released Swift 2.0 Programming language。This new version has improved performance,The new API error control and detection support class availability。And improved Apple SDK platform API to make it more native to Swift。

Source

For new features for,Also worth noting is that Apple will open later this year Swift[……]

Click link to continue reading...

Swift as how to receive the inlet parameters like C language?

 

We all know that in the Swift language which is no longer the main function,You may understand C language or Java language students arrived at this point of deep discomfort。In short,Instead main.swift。

Swift language in which,The compiler will not[……]

Click link to continue reading...

Let Xcode using Solarized Dark color theme

Looks like this topic has been very fire Solarized,This is a terminal text color color scheme,Very nice,There are two kinds of light and shade,but,According to my own guess,Some more than it should be dark ......

Click below to jump to the official website。⬇️

Because the terminal is generally a little good-looking black😜

In short,The color theme for many terminals provides configuration files can be imported directly into,[……]

Click link to continue reading...

Talk about MVC and software development of SoC

No matter what language you are learning,Will probably encounter a called MVC concept,It is a program development model,"Isolation and show" as the core,In the hierarchical framework has a great influence。

MVC Is a shorthand,Three uppercase letters corresponding to Model View and Controller

Now we create a application software,Many cases will bring[……]

Click link to continue reading...

Direct application in Xcode preview UI

Do app using Xcode application development time,UI interface design what application is commonplace,But every time and then run the simulator to view the output of a very troublesome thing,Especially when you need to modify many elements、And the need to fit a variety of screen sizes with the time - after all,,Now iPhone product line is no longer so a single。

So,Breath simulator run three or four such things fear[……]

Click link to continue reading...