Jesse Cox

Results 17 comments of Jesse Cox

I know the question is a few months old, but I was able to achieve this by getting the current size class from the environment, and then adding padding to...

I'm happy to pull the changes in if you do. Out of curiosity, what was the reason for moving it in the first place?

I've bumped everything to `5.0.0-pre.4` and moved the `Paginated` import back. All tests are still passing.

I've bumped everything to 5.0.0-pre.9, and all tests are still passing.

I've bumped everything to 5.0.0-pre.16, and all tests are still passing.

@KrauseFX Sounds fine to me. I'm not all that familiar with podspec files, so I'll have to look into the documentation before I make the changes.

@KrauseFx Since I'm new to this, mind checking this before I make a commit? Within the `.podspec` I'd go from: ``` ....... s.requires_arc = true s.framework = 'AVFoundation' s.dependency 'HexColors'...

@KrauseFx _facepalm_ I'm self-taught, and sometimes suffer for it. I'll have to think about how to break it out from the main classes, and still get it to play when...

I created a category on TSMessage, and moved the methods there, then added a `__has_include` macro to TSMessageView+Private like so: ``` #if defined(__has_include) #if __has_include("TSMessage+Sounds.h") #include "TSMessage+Sounds.h" #define kCanPlaySounds YES...

No problem, I'm really glad you like it. I always wondered that about sounds as well, so I jumped at the chance. Thanks for the opportunity for me to learn...