-
Updated
May 16, 2020 - Swift
swift-library
Here are 453 public repositories matching this topic...
-
Updated
May 12, 2020 - Swift
-
Updated
May 25, 2020
-
Updated
May 2, 2020 - Swift
Would it be possible to document a bit more how to use Segmented type with XLPagerTablStrip
From https://github.com/xmartlabs/XLPagerTabStrip#segmented and https://github.com/xmartlabs/XLPagerTabStrip#connect-outlets-and-add-layout-constraints is not clear to me.
ButtonBar is clear.
Thanks.
Add Easy Game Center
Easy Game Center helps to manage Game Center in iOS. Report and track high scores, achievements and Multiplayer. Easy Game Center falicite management of Game Center.
As seen by ZipArchive/ZipArchive@9b70b59, I had to set -UseModernBuildSystem=NO
in order to build successfully with Xcode 10.x on Travis.
Is there be an alternative to avoid that and keep using modern build system?
log.debug("A tagged log message", userInfo: Dev.dave | Tag.sensitive)
That's somehow will confuse the user who only advantages one kind of Tag.
Then I suggest appending one demo code as below for that scenario.
log.debug("A tagged log message", userInfo: Tag.sensitive.dictionary)
-
Updated
Jun 25, 2019 - Swift
-
Updated
Nov 29, 2019 - Swift
Expire sessions
Sessions currently live forever :-) This "just" needs a proper timer.
-
Updated
Nov 21, 2019 - Swift
-
Updated
Apr 27, 2020 - Swift
-
Updated
May 20, 2020 - Swift
-
Updated
May 5, 2020 - Swift
Examples: iOS App
I'd like an /Examples
folder with some simple iOS apps showing how to use Time
.
The first one that comes to mind is a basic iOS app using a UICollectionView
to build a month calendar view.
-
Updated
Jan 28, 2020 - Swift
-
Updated
May 24, 2020 - Swift
-
Updated
Apr 22, 2018 - C
Is your feature request related to a problem? Please describe.
For now there is no documentation on how to disconnect from device when it is connected after state restoration. Look at #278 for more information.
Describe the solution you'd like
Add documentation as a Wiki page
-
Updated
Dec 28, 2018 - Swift
Currently, the framework is lagging unit testing. Add some unit test.
-
Updated
Mar 13, 2020 - Swift
-
Updated
Aug 26, 2019 - Swift
-
Updated
Apr 11, 2020 - Swift
-
Updated
May 14, 2020 - Swift
-
Updated
Oct 2, 2019 - Swift
Improve this page
Add a description, image, and links to the swift-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swift-library topic, visit your repo's landing page and select "manage topics."
Just a suggestion - it would be helpful to have a wiki page on styling cells in various ways, or some common layouts developers typically try to achieve.