Quantcast
Channel: 多看 - Hank的备忘录,关注互联网技术和创业 » UIImageView
Browsing all 5 articles
Browse latest View live

iphone imageview图片真机不显示

今天解决的一个小问题,就是一个view上有好几个UIImageView,分别放了不同的图片.在模拟器里运行很正常显示,结果到真机里死活不显示出来.另一个view里就一张图就显示正常,为什么呢?调试半天,终于找到原因:图的比例和UIImageView的比例对不上,相差太多.哎,真是难为我了,不会搞图了,捣鼓了半天图.解决办法就是:把图...[阅读全文]关键字: imageview, IOS开发,...

View Article



UIImageView 实现动画

AnimationDemoViewController.m - (void)viewDidLoad { [super viewDidLoad]; //指定ImageView的展示區域 UIImageView *fishAni=[[UIImageView alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; //將指定的圖片載入至...

View Article

why does initWithPatternImage loses the alpha values of the PNG

Question: Anyone ever seen the problem of [UIColor initWithPatternImage] ignoring the alpha values of the PNG? If so, what’s the best fix? I am using a png as a background layer to my array of button...

View Article

iOS block并发

这篇文章转自 http://anxonli.iteye.com/blog/1097777,集中与iOS的多核编程和内存管理,大家完全可以使用苹果的多核编程框架来写出更加responsive的应用。 多核运算 在iOS中concurrency编程的框架就是GCD(Grand Central Dispatch),...

View Article

iOS 5 ARC 入门 (1/3)

这是iOS 5 盛宴中的第12篇教程! 这篇教程是我们的新书 iOS 5 By Tutorials 的一个预览章节。 Matthijs Hollemans 是这个章节的作者 – 也是 iOS Apprentice Series 的作者。 希望你喜欢! 这篇文章发表自 iOS 教程团队成员 Matthijs Hollemans, 一个经验丰富的 iOS开发者和设计师。 iOS 5...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images