polyhorn-ios-sys 0.4.0

Low-level iOS bindings for Polyhorn.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#import <UIKit/UIKit.h>

#import "PLYGeometry.h"
#import "PLYLayout.h"

@interface PLYScrollView : UIScrollView

@property (nonatomic, strong, nullable) PLYLayout *layout;
@property (nonatomic, strong, nullable) PLYLayout *contentLayout;
@property (nonatomic, assign) PLYCornerRadii cornerRadii;
@property (nonatomic, assign) PLYDimensionByEdge scrollPadding;
@property (nonatomic, assign) PLYDimensionByEdge scrollbarPadding;
@property (nonatomic, strong, nullable) UIColor *opaqueBackgroundColor;

@end