-
Updated
May 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,145 public repositories matching this topic...
-
Updated
May 7, 2021 - JavaScript
-
Updated
May 4, 2021 - Swift
-
Updated
May 7, 2021 - Swift
-
Updated
Apr 9, 2021 - Objective-C
-
Updated
Mar 19, 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
We currently use a macro for writing down a money amount as a literal. We should move to a more modern C++ representation with a user defined literal like the below:
constexpr money32 operator"" _GBP(long double money)
{
return money * 10;
}
static_assert(MONEY(2, 40) == 2.40_GBP);
Go through the codebase and replace all MONEY macro uses with the equivalent version. You m
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
Apr 23, 2021 - Swift
-
Updated
May 6, 2021 - Ruby
-
Updated
Nov 3, 2020 - Objective-C
-
Updated
May 1, 2021 - Objective-C
-
Updated
May 6, 2021 - Swift
-
Updated
May 7, 2021 - Swift
-
Updated
Mar 16, 2021 - Swift
-
Updated
Apr 29, 2021 - JavaScript
-
Updated
Jan 6, 2021 - Objective-C
-
Updated
Jan 6, 2021 - Objective-C
-
Updated
Oct 9, 2020 - Objective-C
In WordPress iOS, to add a topic, there is an action at the top of the list.
This brings you to a separate view where you enter the topic, and add it.
If you want to follow a site, the UI is completely different. I find the
-
Updated
Nov 19, 2020 - 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