iOS Learning Notes

Source: Internet
Author: User
  • Problems
  1. @interface @end and @implementation @end cannot be nested with
  2. Only the declaration of the class has no implementation of the class
  3. Missing Write @end
  4. Declaration nesting of two classes (can be scrambled in order)
  5. Member variable not written in {}
  6. The declaration of the method is written in {}.
  7. Method cannot be called like a function
  8. Member variables and methods cannot be modified with keywords such as static, not confused with C language
  9. The implementation of the class can be written behind the Mian function and can be used as long as there is a declaration

iOS Learning Notes

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.