Questions tagged [translucency]

151 questions
127
votes
8 answers

How to make completely transparent navigation bar in iOS 7

I want the UINavigationBar in my app to be completely transparent and flush with the viewcontroller directly under it. However, the only code I could find makes it translucent but not transparent. I know this can be done in iOS 7 because it is used…
cory ginsberg
  • 2,907
  • 6
  • 25
  • 37
34
votes
4 answers

Change color of translucent black UINavigationBar

I stumbled upon this many times, never found a solution. A UINavigationController's navigationBar can be set to black translucent like: self.navigationController.navigationBar.barStyle=UIBarStyleBlackTranslucent; Also, there is a translucent…
marimba
  • 3,116
  • 5
  • 26
  • 29
21
votes
2 answers

How to make a rectangle in Graphics in a transparent colour?

I'm trying to paint a rectangle on my application in a red shade but I need to make it sort of transparent so that the component under it will still show. However I still want that some colour will still show. The method where I'm drawing is the…
ict1991
  • 2,060
  • 5
  • 26
  • 34
14
votes
1 answer

Android crash with translucent splash screen

I was tried to remove system white splash before actual splash screen on application start. I follow this topic: How To fix white screen on app Start up? and created translucent style for splash activity: