CosynPa / TZStackView

UIStackView replica for iOS 7.x and iOS 8.x and support Interface Builder
MIT License
4 stars 5 forks source link

Issues with storyboards #5

Closed Alex293 closed 12 months ago

Alex293 commented 7 years ago

Hi,

there is an issue with storyboards when designing views are not always we updated even without changes to the demo. Sometimes a change to any view make others invisible and changing again make them appear but it's really buggy.

Using Xcode 8 and branch swift 3 and 2.3 (I'm only interested by the 3 but same thing appear on 2.3)

I think it's a ib designable bug because code is perfectly working at run time.

Tho great lib, saved my day while porting my app to iOS 8

CosynPa commented 7 years ago

I think it's an Xcode bug. Sometimes the frame in the size inspector is correct, but the view in IB doesn't appear to be in the correct size.