python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Swift UICollectionView jumps and stutters when loading images with kingfisher in CellForRowAt
So I am loading in pictures related to posts for my new social app similar to IG, I am using kingfisher to load my images async.
The problem is when using the 'CellForRowAt' delegate method is that th...
kuramura143
Votes: 0
Answers: 0
#import <DTBiOSSDK/DTBiOSSDK.h> file not found inside a library
I really need help on this thing.
I'm trying to use the following library for react native
https://github.com/KrazyLabs/react-native-amazon-tam
I followed all the steps, but without success for iOS. I...
marco burrometo
Votes: 0
Answers: 0
How do I get content of a plist file in swift?
So I created I plist file that get a list of all libs licenses on my podfile (following this tutorial: https://johncodeos.com/easy-way-to-list-third-party-libraries-licenses-in-your-ios-app/)
But now ...
U23r
Votes: 0
Answers: 2
How can I move a view to another view without breaking the gesture recognizer?
When the UILongPressGestureRecognizer begins recognizing I'd like to move the view to another view but when this happens the state changes to cancelled.
if (longPressGestureRecognizer.state == UIGestu...
Vulkan
Votes: 0
Answers: 1