Learn special vocabulary for iOS development, remember 3 each day, and help you become Daniel-B

Source: Internet
Author: User
Tags decrypt

What is the biggest problem for everyone to develop? The English question should be troubled by many students, we advocate the common vocabulary in the development of scientific learning. We do not require you to have a particularly good listening, speaking, writing, as long as you can remember, to recognize these common vocabulary you will be able to develop the future. Our goal is to remember 3 words a day .

Today's words are:

L Asynchronous adjectives asynchronous

N Adverb form: asynchronously asynchronously

n Abbreviation: ASYNC

n antonyms: Synchronous adjective synchronization usage: Synchronize make XXX Sync

n Example:

u [asihttprequest startasynchronous] Let a request begin in an asynchronous manner. (not executed in the main thread)

u [asihttprequest startsynchronous] Let a request begin in a synchronous form. (Block main thread)

u [[nsuserdefaults standarduserdefaults]synchronize] Save nsuserdefaults synchronously.

L Encrypt verb to encrypt xxx

n noun form: Encryption code, encryption (encryption algorithm).

n antonyms: Decrypt verb, decrypt.

N adjective form: encrypted encrypted decrypted decrypted

L Utility noun practical tool

N is often abbreviated as Util

n Synonym tool noun

L TableView Related words:

N section N.

n row N. Rows

n cell N. Table/Cell

n index N. Indexes/Ordinal

n Dequeue v. the opposite of the Queue V. (make) arrangement. Common examples:

u [TableView dequeuereusablecellwithidentifier:identifier]

U semantics: TableView allows a reusable cell to be dequeue (also understood as scheduled) based on an identifier

N Reuse v. Reuse use v. antonyms used

n accessory N. Common example Examples: [cell setaccessorytype:uitableviewcellaccessorydisclosureindicator] semantics: Setting a secondary indicator view for a cell, Prompts the user to click on the cell to have additional actions

Our goal is to remember 3 words a day .

Today's words are:

  • The first is a long, very similar set of words
  • Transition N. Conversion, change
  • Transaction N. Transactions
  • Translation n. Translate n. Translation (more on this word in development)
  • Transform v. Change n.[number of changes] the transformation can be understood as the state in the transformation
  • Transparent adj. Transparent notation parent can be understood as the parent view, plus the trans decoration can be understood to be able to see the parent view, then it can be understood as transparent
  • Translucent adj. translucent. Keep up with a word.
  • Example:
  • Transition.type =kcatransitionfade; Set the main type of the transition animation to fade in (fade).
  • [Catransactionbegin]; animation transaction start
  • [Catransactioncommit]; animation transaction Commit
  • [Self.viewsetTransform:CGAffineTransformMakeRotation (M_PI)]; rotate the self.view clockwise by 180 °.
  • [Self.navigationController.navigationBarsetTranslucent:YES]; set the current navigation bar to translucent
  • Other words:
  • Kernel N. Core, commonly used to refer to the kernel
  • Core N. The core essence is often used to refer to the importance level
  • Normal adj. normal
  • Default N./adj. Defaults;
  • Multiple adj. multiple.
  • Common collocation: Multiple threads, multithreading
  • Duplicate adj. copied. And... The exact same; n. reproductions
  • Common scenario: Duplicated defiantionof Variable/method A duplicate declaration of a variable or method, the compiler gives such a warning
  • Reference v. Reference N. Refer to R in Arc to represent this word
  • Retain v. Hold, keep in OC These two words are very similar in meaning, but retain is a method name, reference is not.

Learn special vocabulary for iOS development, remember 3 each day, and help you become Daniel-B

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.