-
Hello,
Is there a recommended way to get at subviews of a LayoutKit-generated view?
I'm currently iterating through the subviews of a view using `viewReuseId`, but I've also considered capturin…
-
When I use the Safari browser to visit the layoutkit.org site with an 85% page zoom, the layout breaks. Many websites have this problem, but it's ironic that Layout Kit doesn't get this right. Let me …
-
Playground code
```Swift
import UIKit
import PlaygroundSupport
import LayoutKit
let rootView = UIView(frame: CGRect(x: 0, y: 0, width: 320, height: 300))
rootView.backgroundColor = .white
…
-
https://github.com/linkedin/LayoutKit/blob/master/LayoutKit/Views/ReloadableViewLayoutAdapter.swift#L91-L93
Say I have a table view with 1000 items, then I insert 1 item in it, it will regenerate t…
RoCry updated
7 years ago
-
The current Swift API cannot be used from Objective-C. We have an Objective-C codebase where we would like to use this library so we are planning to add Objective-C support to LayoutKit.
Current pl…
-
Lots of changes to Haiku's BAlert implementation (using LayoutKit, changing view names etc.)
Currently using InputAlert causes a hard crash, this needs to be fixed.
I already have a working solu…
-
Documentation:
https://swift.org/package-manager/
- [ ] Create Package.swift
``` swift
import PackageDescription
let package = Package(
name: "LayoutKit"
)
```
- [ ] Move Library code t…
-
![screenshot1](https://github.com/Teknomancer/beezer/assets/65870/8ea4b864-0a9b-421b-a171-3b3cec6959d4)
suhr updated
8 months ago
-
I'm trying to use Layout Kit with XCode 10 (beta 6) - Swift 4.2
Any news of this development? to know if I can adopt this cool framework
Thanks for the great job!
ilanl updated
5 years ago
-
It would be great that Xamarin.iOS developer can use this lib!