Print frame, ios print frame

Source: Internet
Author: User

Print frame, ios print frame

NSLog (@ "% @", NSStringFromCGRect (switch. frame ));

 

 

Or

CFShow (NSStringFromCGRect (switch. frame ));

 

 

 

Print CGSize: NSLog (@ "% @", NSStringFromCGSize (someCG Size ));

 

The NSLog format is as follows:

 

  • % @ Object
  • % D, % I integer
  • % Hi short integer
  • % Lli long integer
  • % U unsigned integer
  • % F floating point/double-Character
  • % 0.2f precision floating point number with only two decimal places reserved
  • % X, % X binary integer
  • % O octal integer
  • % Zu size_t
  • % P pointer
  • % E floating point/double-character (Scientific Computing)
  • % G floating point/double-word scientific and technological method (in the simplest way)
  • % S C (char *) String
  • %. * S Pascal string
  • % C characters
  • % C unichar
  • % Lld 64-bit long integer (long)
  • % Llu unsigned 64-bit long integer
  • % Lf 64-bit dual-Character
  • % Lu sizeof (I) number of nodes in memory
Some similar objects, such as CGRect and CGSize, print CGRect: NSLog (@ "% @", NSStringFromCGRect (someCGRect); print CGSize: NSLog (@ "% @", NSStringFromCGSize (someCG Size); others are:
NSStringFromCGPoint  NSStringFromCGAffineTransform   NSStringFromUIEdgeInsets

Related Article

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.