Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の中でUIViewは、4buttonsつのいいね、、、animalsがbirdsありnature``fruitsます。他のビューをクリックすると、選択したカテゴリのセットが表示されますimages。4 対 4 のボタンを配置する代わりにviews、単一のビューで実行したいのですが、これに関するアイデアを教えてもらえますか??
UIView
buttons
animals
birds
nature``fruits
images
views
要件に応じて、1つ取得imageViewし、ボタンをクリックするたびimageView.setBackgroudResource(Your_image_from_drawable);にこの方法で呼び出すだけで、4つのimageViewを使用する必要はありません。
imageView
imageView.setBackgroudResource(Your_image_from_drawable);