Alexandre

Results 8 issues of Alexandre

Hi, trying to replace: `let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "logosAddCell", for: indexPath)` with `let cell = collectionView.dequeueReusableCell(withReuseIdentifier: R.reuseIdentifier.logosAddCell, for: indexPath)!` But getting: `Cannot convert value of type 'ReuseIdentifier' to expected argument...

type: issue

Only tested this phone, but `onKeyboardHeightChanged` isn't called at all when in landscape.

When installed with CocoaPods

Hi there, thanks for open-sourcing the library. I am trying to get a difference between a rounded rect and a stripe running through it but it ends up looking like...

Hi, struggling with the semantics for progress block Here are two scenarios: ``` getFile() .then(uploadFile) .progress { /// Not getting called } ``` ``` getFile() .then { self.uploadFile(fileUrl: $0) .progress...

bug

Ran into this issue a couple of times and both times really threw me off. Basically, if, for one reason or another, an image fails to load - the previously...

holder.badge.setBackground(20, Color.parseColor(k.hexInkiveTeal)); 20 or any other value - all produce same radius

Hey nice plugin. One thing that would make this amazingly useful is an ability to generate files with the specified translations. Ie for each language, replace the strings and export...