OAStackView icon indicating copy to clipboard operation
OAStackView copied to clipboard

Porting UIStackView to iOS 7+

Results 26 OAStackView issues
Sort by recently updated
recently updated
newest added

PR #87 breaks the ability to have OAStackView be a static framework (because it uses Swift), and consequently breaks iOS 7 compatibility. OAStackView's own Examples project (Deployment Target = 7.1)...

May cause crash when OAStackView was deallocated but still observing subview's hidden property.

The Interface Builder method described in docs simply doesn't work. I just followed all the steps in a new project exactly as said in the Usage section. Buttons stay where...

Hey. This is not bug nor it is an issue. Rather a question someone in this project could answer. Is there a way of creating a subclass that would use...

1. cd `../OAStackView/Example` 2. run `pod install` Expected: Cocoapods successfully installed. Actual: Error (see below). ``` [!] Invalid `Podfile` file: [!] Unsupported options `{:exclusive=>true}` for target `OAStackView_Example`.. # from .../OAStackView/Example/Podfile:4...

I am getting error in Xcode 8.1 version like Unknown type name 'NS_ASSUME_NONNUL_BEGIN' UIAccelerometer.h please help me out.

Hi, I've made a little project with a UIStackView where the axis are animated from horizontal to vertical. It's here: https://www.dropbox.com/s/qcjjhx8p8y8xs2f/testStackViewAnimation-UIStackView.zip?dl=0 Then I made it use OAStackView instead: https://www.dropbox.com/s/kkzfjtc8agqh7u7/testStackViewAnimation-OAStackView.zip?dl=0 ....

bug

Any idea why this crash? Crashed: com.apple.main-thread EXC_BAD_ACCESS KERN_PROTECTION_FAILURE 0x0000000189a49e6a Crashed: com.apple.main-thread 0 MyAPP 0x100b30000 -[OAStackViewAlignmentStrategy addConstraintsOnOtherAxis:](OAStackViewAlignmentStrategy.m:105) 1 MyAPP 0x100b2e9c4 **38-[OAStackView setAlignmentConstraints]_block_invoke (OAStackView.m:146) 2 MyAPP 0x100b2d784 -[OAStackView(Traversal) iterateVisibleViews:](OAStackView+Traversal.m:60) 3 MyAPP...

I am trying to add stackview into my cel xib, but get error: `- Unknown class OAStackView in Interface Builder file.` `- Failed to set (axisValue) user defined inspected property...

Hey there, @oarrabi! First of all, thanks for `OAStackView` and all the effort you put into it. I was just playing with it and replaced a previously iOS 9-only codebase...