3

I implemented tab bar with custom icon sizes to match the design:
initially shown image height is ok

The first and the last icon sizes are reduced to fit below the circle line by setting the bar item sizes as follows:
settings for reduction of icon height

The strange behaviour that happens only on iOS7+ is that when the user taps already active resized tab bar icon for the second time - it gets reduced in size:
after taping on active (reduced in size) icon

And if I tap on it again - it's size is so small that it appears invisible:
icon is not visible any more

This doesn't happen on iOS5 or iOS6.

Is there something that I'm doing wrong here or any right method for reducing tab bar icon size?

Despotovic
  • 1,807
  • 2
  • 20
  • 24
  • 1
    possible duplicate of [iOS Tab Bar icons keep getting larger](http://stackoverflow.com/questions/23306963/ios-tab-bar-icons-keep-getting-larger) – staticVoidMan Jul 24 '14 at 09:58

1 Answers1

0

Hi may be this is will useful for you.Give the dimension of your tab bar items 30x30 pixels and @2x is 60x60.This is working fine for me. Image inset give the all (0,0,0,0).

Ravikumar
  • 85
  • 1
  • 16