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.
このマスクを削除するにはどうすればよいですか?
私はそれについての解決策を見つけられませんでした。
私を助けてください
ありがとう!
私はこの解決策を見つけました:
UIImage* emptyImage = [UIImage imageNamed:@"empty.png"]; [[UITabBar appearance] setSelectionIndicatorImage:emptyImage];
selectionIndicatorImageが空になりました!
いいね!
全てに感謝。