摘要:
(UIImage*)imageWithImageSimple:(UIImage*)image scaledToSize:(CGSize)newSize { // Create a graphics image context UIGraphicsBeginImageContext(newSize); // Tell the old image to draw ... 阅读全文
摘要:
//// main.m// StructExer//// Created by apple on 14-9-2.// Copyright (c) 2014年 apple. All rights reserved.//#import /*struct Student { char nam... 阅读全文