Spencer Morris

Results 2 comments of Spencer Morris

In: - (instancetype)initWithImages: selectedIndices: borderColors: Toward the beginning you should find the line: _tintColor = [UIColor colorWithWhite:0.2 alpha:0.73]; Change this from colorWithWhite to colorWithRed:green:blue: You can give these values between...

In RNFrostedSidebar.m find the function: - (void) layoutItems As the second line you will hopefully find: CGFloat topPadding = leftPadding; Change this value to whatever you want.