-
Updated
Jun 26, 2021 - Swift
Xcode

Xcode is an integrated development environment (IDE) for macOS containing a suite of software development tools developed by Apple for developing software for macOS, iOS, watchOS, and tvOS. Xcode pulls all the tools needed to produce an application (particularly a text editor, a compiler, and a build system) into one software package rather than leaving them as a set of individual tools connected by scripts.
Here are 4,245 public repositories matching this topic...
-
Updated
Jun 30, 2021 - JavaScript
-
Updated
Jun 25, 2021 - Swift
-
Updated
Jun 8, 2021 - Swift
-
Updated
Jun 22, 2021 - Objective-C
-
Updated
May 18, 2021
-
Updated
May 12, 2020
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li
This code relies on an overflow:
https://github.com/OpenRCT2/OpenRCT2/blob/9383fcef410aa6a94e3ad07a8da4a2eba41fbdb8/src/openrct2-ui/windows/Ride.cpp#L1603-L1612
There are multiple occurrences like this, all of them should be changed.
This is prone to errors when things like either type or max value change.
I'd like there to be an option to have code blocks be line wrapped. Maybe a check box for it in Rendering -> "Syntax highlighted code block" next to "Show line numbers" etc.?
If I try hard enough I can dig through the css files in Contents/Resources/Prism/themes and change "white-space: pre;" to "white-space: pre-wrap;", but doing so breaks the code signature of the app. And that's not a very n
-
Updated
Jun 11, 2021 - Swift
-
Updated
Jun 28, 2021 - Ruby
-
Updated
Nov 3, 2020 - Objective-C
-
Updated
May 1, 2021 - Objective-C
-
Updated
Jun 27, 2021 - Swift
-
Updated
Jul 2, 2021 - Swift
-
Updated
Jun 19, 2021 - JavaScript
-
Updated
Mar 16, 2021 - Swift
-
Updated
May 19, 2021 - Objective-C
-
Updated
Jan 6, 2021 - Objective-C
-
Updated
Oct 9, 2020 - Objective-C
Reported by Frosty:
On iPad in splitscreen (so the app is half or 1/4 of the screen), the bottom sheet appears to take up the entire height of the display. This only seems to happen on iPad, not on iPhone. I confirmed that this also happens on
develop
.
![Simulator Screen Shot - iPad Pro (11-inch) (
-
Updated
Nov 19, 2020 - Swift
-
Updated
Jan 25, 2021 - Swift
Hi,
I'm having the following crash, sometimes in a transition:
Crashed: com.apple.main-thread
0 Hero 0x102bc6940 HeroContext.snapshotView(for : UIView) -> UIView (HeroContext.swift:182)
1 Hero 0x102bfdbbc HeroDefaultAnimator.animate(view : UIView, appearing : Bool) -> () (HeroDefaultAnimator.swift:107)
2 Hero