ios-swift

iOS is the operating system for all of Apple’s mobile products. The operating system was unveiled at Macworld Conference and Expo in 2007 to support the company’s new venture, the iPhone. Since then, the operating system has grown to incorporate other products, including the iPad and iPod Touch.
Here are 2,140 public repositories matching this topic...
-
Updated
May 2, 2020 - Swift
This is not an issue but an observation. I no longer use storyboards for my view. Today I faced an issue with Skeletonview when I added it to my UITableViewCell, animations, frames everything was working wrong... did a lot of permutation combinations turning the properties on
and off
. Finally found that when you add elements in UITableViewCell you should add it to contentView
and not to th
-
Updated
May 11, 2020 - TSQL
-
Updated
May 19, 2020 - Swift
-
Updated
Jun 25, 2019 - Swift
It would be good to have an ability to pass quality parameter when saving jpeg images.
Or probably global variable like:
Disk.jpegCompressionQuality = 0.95
This would save half of disk space
-
Updated
Apr 4, 2020 - Swift
-
Updated
Oct 31, 2019 - Swift
-
Updated
May 20, 2020 - Swift
-
Updated
Apr 3, 2019 - Swift
give example use with strip
like how to validate card
if it is has balance or not
and other validation
-
Updated
May 6, 2020 - Swift
-
Updated
Feb 10, 2020 - Swift
-
Updated
May 1, 2020 - Swift
Currently, the framework is lagging unit testing. Add some unit test.
-
Updated
Oct 17, 2019 - Swift
-
Updated
Mar 13, 2020 - Swift
-
Updated
Oct 15, 2019 - Swift
Add macOS support
What is the purpose of your issue?
- Bug
- Feature Request
- Question
- Other
Description
Ensure that RichTextView
can be used by macOS applications
-
Updated
Jun 17, 2019 - Swift
-
Updated
May 11, 2020
-
Updated
Dec 27, 2018 - Swift
-
Updated
Nov 5, 2019 - Swift
-
Updated
Apr 29, 2020 - Swift
What did you do?
Using the City Guide example
What did you expect to happen?
If I select a cell (say Toronto) I expect Toronto to be the cell that performs the 'present modally' segue animation
What happened instead?
instead another random cell expands
General Information
iOS Version(s): 13
Swift Version: 5
Devices/Simulators: iphone x
Reproducibl