Questions tagged [stackview]

214 questions
-2
votes
1 answer

Stackview inside collectionview or uitableview

I am trying to achieve a layout of a text followed by an image (image height calculated based on aspect ratio) then followed by text and so on. The issue is that the stackview that I am adding the views into randomly squash the views sometimes the…
VarDev
  • 1
  • 1
  • 1
-2
votes
1 answer

IOS Stackview autolayout issue with dynamic content

I am trying to use UIStackView with dynamic content on my project. The stackview is pinned to the leading & trailing of the container view. Why have I pinned it? Because Xcode will otherwise complained that I have to specify width or X position. But…
caffeine_inquisitor
  • 617
  • 1
  • 9
  • 21
-2
votes
1 answer

Change default animation on StackView

Is it possible to change the default animation (in/out) of Android StackView (using native Android methods)? Thanks!
hwiz
  • 1
  • 1
  • 4
-3
votes
1 answer

Remove storyboard view controller iOS at build time

The fact is that I have a View Controller in my storyboard that is using StackViews. Now, I'm trying to make the application iOS 7 compatible but I don't want to remove that view controller. Is there a way to compile the project without that view…
Dani
  • 187
  • 2
  • 7
1 2 3
14
15