07
The other week I compiled a calculator to determine what bar tint color to set a UINavigationBar to if you want the blur effect on iOS 7. This works well, but only if your RGB values are >= 102 – because Apple adjusts the RGB you set the bar to. Lately I’ve been experimenting with darker colors, those with RGB values under 102. There is a work around, however it requires some tricks.