讓UIView斜縮小,UIView斜縮小

來源:互聯網
上載者:User

讓UIView斜縮小,UIView斜縮小
讓UIView斜縮小by 伍雪穎

[UIView animateWithDuration:0.5 animations:^{        CGAffineTransform t = CGAffineTransformMakeRotation(M_PI * .3);        t = CGAffineTransformScale(t, .75, .75);        _moveView.transform = t;    } completion:^(BOOL finished) {        [self drop];}];



對於ios裡面手勢的問題:我想縮放一個viewcontroller,並且可以滾動

viewController 載入在view上?
每個viewcontroller都有一個view
另外一個viewcontroller可以以第一個為根視圖載入
你要在第二個類裡邊寫上代理,當第一個view執行touchmove的時候蓋面第二個類裡邊的view大小就可以了
 
為何我這個在自訂的UIView裡渲染的圖片沒有縮放到適合視窗地區的大小?

你這兩個方法只是把圖片畫在rect裡吧,應當會有剪下吧// create a custom image that is stretchable. Note that this might return a new instance of a different class- (UIImage *)stretchableImageWithLeftCapWidth:(NSInteger)leftCapWidth topCapHeight:(NSInteger)topCapHeight;用這個辦法看看呢
 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.