SDVersion
SDVersion copied to clipboard
2018 devices
When will this support the new 2018 devices? Thanks.
up
+1
+1
+1
+1
There's two pull requests implementing these changes (I'm partial to my own https://github.com/sebyddd/SDVersion/pull/90, but either will mostly do).
Feel free to set your pod file to use my fork:
pod 'SDVersion', git: 'https://github.com/cguess/SDVersion'
while waiting for one of them to be accepted.
@cguess
Cool, thanks. What about the new Watch devices?
+1
@cguess
Cool, thanks. What about the new Watch devices?
Honestly @skuske, I forgot. I haven't done a ton of WatchOS development but I'll try and get a fix in ASAP.
@cguess cool
@skuske it's now updated with the new 40mm and 44mm watch sizes. I'm guessing (intelligently) on the watch models, since neither I nor anyone else has them yet, but it should be solid.
@skuske it's now updated with the new 40mm and 44mm watch sizes. I'm guessing (intelligently) on the watch models, since neither I nor anyone else has them yet, but it should be solid.
There's two pull requests implementing these changes (I'm partial to my own #90, but either will mostly do).
Feel free to set your pod file to use my fork:
pod 'SDVersion', git: 'https://github.com/cguess/SDVersion'while waiting for one of them to be accepted.
screenHeight = [[UIScreen mainScreen] nativeBounds].size.height this wrong In the case of using the plus series
But write podspec cannot use s.dependency 'SDVersion', git: 'https://github.com/cguess/SDVersion',
Please release 2018 iOS devices @sebyddd
@cguess How can I use your repo of a podspec ?
s.dependency 'SDVersion', git: 'https://github.com/cguess/SDVersion'
@poholo sorry about the delay with the holidays. I'll look into it ASAP