Where communities thrive
Join over
1.5M+ people
Join over
100K+ communities
Free
without limits
Create
your own community
Explore more communities
EZSwiftExtensions/Lobby
People
Repo info
Activity
Olexii Pyvovarov
@piv199
Thanks
Arunav Sanyal
@Khalian
so in theory if a changelog entry is not detected for a change, the build should fail right ?
Olexii Pyvovarov
@piv199
yes if changed any of the source file or selected new extension in PR and NOT trivial change, then will fail if no changelog entry
Arunav Sanyal
@Khalian
cool i will test this out in my PRs
Olexii Pyvovarov
@piv199
Arunav Sanyal
@Khalian
Yea, this will be pretty useful
iOS-Ahytech
@iOS-Ahytech
Hey guys how to use UserDefaults extension ? Can someone please explain me
Arunav Sanyal
@Khalian
@iOS-Ahytech
You can take a look at
https://github.com/goktugyil/EZSwiftExtensions/blob/master/EZSwiftExtensionsTests/UserDefaultTests.swift
to see how to use getters and setters
if you have any other extensions that you would like us to add you are welcome to send us a PR
Arunav Sanyal
@Khalian
goktugyil/EZSwiftExtensions#347
goktugyil/EZSwiftExtensions#349
Arunav Sanyal
@Khalian
so i ran into a situation in which i had to validate if a string is an email or not
would it make sense to introduce an String extension for the same ?
Olexii Pyvovarov
@piv199
Why not to use Validation framework which is more flexible?
Arunav Sanyal
@Khalian
@piv199
I dont know what that is
https://github.com/jpotts18/SwiftValidator
this ?
Olexii Pyvovarov
@piv199
awesome ios -> Validation if there a section
Arunav Sanyal
@Khalian
ok, anyways
@piv199
i finished the review comments :
goktugyil/EZSwiftExtensions#347
Arunav Sanyal
@Khalian
7c1db777d9f26e484148b842f98b51e7173373a1
sorry
goktugyil/EZSwiftExtensions#343
Arunav Sanyal
@Khalian
@piv199
how about now
https://github.com/goktugyil/EZSwiftExtensions/pull/347/files
Olexii Pyvovarov
@piv199
Hm… just got in new project
dyld: Library not loaded: @rpath/EZSwiftExtensions.framework/EZSwiftExtensions
Used cocoapods
Arunav Sanyal
@Khalian
hmm interesting, this is with release 1.9 or latest changes ?
Olexii Pyvovarov
@piv199
1.8
Arunav Sanyal
@Khalian
yea i meant 1.8
lets raise an issue, this seems important
is it similar to :
CocoaPods/CocoaPods#3709
?
try cleaning your derived data folder and trying once
if that helps
Arunav Sanyal
@Khalian
goktugyil/EZSwiftExtensions#358
Arunav Sanyal
@Khalian
goktugyil/EZSwiftExtensions#356
Arunav Sanyal
@Khalian
goktugyil/EZSwiftExtensions#360
Arunav Sanyal
@Khalian
goktugyil/EZSwiftExtensions#366
goktugyil/EZSwiftExtensions#365
Arunav Sanyal
@Khalian
and this has been sitting for a while :
https://github.com/goktugyil/EZSwiftExtensions/pull/340/files
Arunav Sanyal
@Khalian
Hey guys I am travelling to India for a couple of weeks. You can expect a slight delay in communication.
Arunav Sanyal
@Khalian
guys, i signed up for a swift hackathon (its more of an info workshop kind of thing)
i tentatively agreed to present EZSwiftExtensions for the same
is there a sample project any of you guys can share that I can use to showcase the library ?
Goktug Yilmaz
@goktugyil
https://docs.google.com/presentation/d/1oczsugS6NBkZAKO6Av1rYRCckftkzpIZmJDbWRQxHyU/edit#slide=id.g1079ebc1dd_0_208
In the demo you can go through "stuff you can do" part
I hope this isn't too late
Has anyone worked with audio?
http://stackoverflow.com/questions/42494468/unsolvable-avaudioplayer-related-crash
Lucas Farah
@lfarah
http://us13.campaign-archive2.com/?u=aa6260ba581f60ca21c2f8ad4&id=6632ce09f2&e=2f8c4766cf
We got featured!
Arunav Sanyal
@Khalian
goktugyil/EZSwiftExtensions#394
goktugyil/EZSwiftExtensions#411
the second one is important, it fixes a bug
can someone take a look why swiftlint is failing
_