BayramInanc

Results 18 comments of BayramInanc

@NikKovIos when you go right direction, x coordinates increases. If you go left side x coordinates decreases. In this picture, label's leading edge should be greater than red views's trailing...

Hi, I added scrollview inside swipe card. The code is like, I added only difference parts. 1-) **************TinderCardContentView************* private func initialize() { let scrollViewPanGesture = UIPanGestureRecognizer() scrollViewPanGesture.addTarget(self, action:#selector(self.handle(gesture:))) scrollViewPanGesture.delegate =...

if this feature will be added, it will be awesome. If not, we write lots of boilerplate code. In my project, I add some view according to some condition.

SharedPrefUtils.getToken(this); this: It is the context.

for example if you set height 20, the font size will be let's say 2 pts, but it cannot why is that? The reason is minFontScale = 0.1 If you...