Framezilla is the child of Framer (analog of great layout framework which wraps manually calculation frames with a nice-chaining syntax), but only for Swift.
Everyone wants to see smooth scrolling, that tableview or collectionview scrolls without any lags and it’s right choice. But the constraints do not give it for us. Therefore, we have to choose manual calculation frames, but sometimes, when cell has a complex structure, code has not elegant, beautiful structure.
So, it’s library for those, who want to see smooth scrolling with elegant code under the hood!
Features:
- Edges with superview
- Width / Height
- Top / Left / Bottom / Right
- CenterX / CenterY / Center (between views)
- SizeToFit / SizeThatFits / WidthToFit / HeightToFit
- Container
- Stack
- Optional semantic – and
- Side relations: nui_left, nui_bottom, nui_width, nui_centerX and so on.
- States
- Safe area support
