Timothy Moose

Results 146 comments of Timothy Moose

I have plans to add such features. But for now you can just supply your own view (SwiftMessages can display any arbitrary view). See the "Counted" example in the demo...

Also, you're free to subclass `MessageView` and/or copy any of the nib files into your project and modify them to suit your needs.

Why not reduce the height of the message?

SwiftMessages layouts don't put content in safe areas. You can adjust `messageView.layoutMarginAdditions.top` on a per-device basis if the default layout don't work for you.

Glad it worked. In SwiftMessages 4, the layout you're using (it looks like `.statusLine`) did not cover the navigation bar. However, I made a global change in SwiftMessages 5 to...

As far as I know, prefixing is not a recommendation from Apple for Swift frameworks since the framework itself provides a namespace. If I'm mistaken, please point me to the...

This is a Swift bug, which is why I haven't made the breaking changes required to fix it: https://bugs.swift.org/browse/SR-898 However, it hasn't been fixed in 4 years, so I've been...

@mergesort Check the `work/animateAlongside` branch. I've also attached a quick mockup of a matching tab bar animation. But there's a complication: the tab bar's `barTintColor` property isn't an animatable. As...

I'm not fully understanding the problem. Can you post a screen recording?