-
The version of TS Messages that Pods is installing for me is 0.9.12 (which I think is the latest?).
However, my TSMessagesView.h does NOT contain these lines of code:
/*\* Customize title font usi…
-
I have reported this problem before, but so far so good it was not affecting me since I was using an older version of TSMessages. But now that I have updated it is really annoying me =/
I have a navi…
-
If i push to a new view controller using:
```
[self.navigationController pushViewController:vc animated:YES];
```
the banner shows up just fine. But if i present a view controller using:
```
[sel…
-
https://cocoapods.org/?q=tsmessages
Clicking on "see podspec" leads to 404:
https://github.com/CocoaPods/Specs/blob/master/Specs/TSMessages/0.9.13/TSMessages.podspec.json
Maybe it could be fixed by:…
-
Hey,
Pretty simple example crashed app.
`[NSBundle mainBundle]` doesn't work if library installed as framework.
`[NSBundle bundleForClass:self.class]` could solve problem.
-
CGSize statusBarSize = [UIApplication sharedApplication].statusBarFrame.size;
according to iOS specification You can't use [UIApplication sharedApplication] in app extensions. While trying to use TS…
-
pod 'TSMessages'
After update cocoapod use_framework! for swift this error occurs
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not read TSMessages …
-
Love the fact that you're porting TSMessages to Swift, but is there a specific reason you're not supporting iOS 8?
-
2015-06-11 23:46:27.895 FitMate[22015:2839520] **\* Assertion failure in +[TSMessageView notificationDesign], /Users/aviz/Develop/FitMate/Pods/TSMessages/Pod/Classes/TSMessageView.m:68
2015-06-11 23:4…
-
[!] Unable to satisfy the following requirements:
- `TSMessages (~> 0.9.13)` required by `Podfile`
None of your spec sources contain a spec satisfying the dependency: `TSMessages (~> 0.9.13)`.
…