-
Updated
Aug 3, 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,283 public repositories matching this topic...
-
Updated
Jul 17, 2021 - JavaScript
-
Updated
Aug 3, 2021 - Swift
-
Updated
Jul 20, 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
There might be a couple of potential crashes dereferencing invalid memory when it comes to game action callbacks. In multiplayer mode those callbacks will fire after the server acknowledged the action so there is a delay, the user could have closed the window before the callback fires.
Example here:
https://github.com/OpenRCT2/OpenRCT2/blob/3503a433dc277f740f6dc1106b99b9df20fb6b1b/src/openrct2-
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
Jul 15, 2021 - Swift
-
Updated
Jul 30, 2021 - Ruby
-
Updated
Nov 3, 2020 - Objective-C
-
Updated
May 1, 2021 - Objective-C
-
Updated
Aug 2, 2021 - Swift
-
Updated
Jul 26, 2021 - Swift
-
Updated
Jun 19, 2021 - JavaScript
-
Updated
Mar 16, 2021 - Swift
-
Updated
Jul 26, 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