私は、UButtonのグラデーションのためにGradientButtonクラスを見つけました。しかし、ボタンの周りに一致するストロークを取得する方法がわかりません。ボタンにグラデーションストロークを作成するにはどうすればよいですか?UIButtonのグラデーションストローク
0
A
答えて
0
あなたは、このためのCALayerを使用する必要があります。
[[button layer] setCornerRadius:8.0f];
[[button layer] setMasksToBounds:YES];
[[button layer] setBorderWidth:1.0f];
およびインポートすることを忘れてはいけない:ここで
#import <QuartzCore/QuartzCore.h>
0
はマット・ロング http://www.cimgf.com/2010/01/28/fun-with-uibuttons-and-core-animation-layers/
でのCore Animationとチュートリアルを作るのは良いチュートリアルです関連する問題
- 1. グラデーションストロークの形状
- 2. Pixi.jsでグラデーションストロークを適用するには?
- 3. UIButton
- 4. UIButtonイメージを別のUIButtonイメージビューに変更
- 5. UIButtonのアニメーション
- 6. UIButtonのみ
- 7. UITableViewのUIButtonフォーカス
- 8. Xamarin.Forms - iOSの - UIButton
- 9. UIBarButtonSystemItemDoneのUIButtonプロパティ
- 10. iphoneのUIButtonイベント
- 11. カスタムUIButtonの影
- 12. UITableViewCellのUIButton
- 13. UIButtonのアクティビティインジケータ
- 14. UIButtonタッチイベントのオーバーラップ
- 15. UIButtonのアニメーション
- 16. UIPickerView上のUIButton
- 17. UIButtonはUIScrollViewの
- 18. はUIButton
- 19. uibuttonタイトル
- 20. UIButton(adjustsImageWhenHighlighted)
- 21. Round UIButton
- 22. カスタムUIButton
- 23. はUIButton
- 24. IBOutletCollection(UIbutton)
- 25. UIButtonが
- 26. UIButtonハートビートアニメーション
- 27. UIButtonは、
- 28. UIButtonアニメーションビュー
- 29. Uibuttonイベント
- 30. uibuttonイベント