Skip to content
#

Xcode

xcode logo

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,000 public repositories matching this topic...

SwifterSwift
LucianoPAlmeida
LucianoPAlmeida commented Jan 30, 2021

Is your feature request related to a problem? Please describe.
CI workflow still uses Xcode 11.7 https://github.com/SwifterSwift/SwifterSwift/blob/master/.github/workflows/CI.yml

Describe the solution you'd like
We should update both CI to use the latest available Xcode.
Together all project things that needs updating also.

Describe alternatives you've considered
A clear and

duncanspumpkin
duncanspumpkin commented Feb 14, 2021

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

ian-twilightcoder
ian-twilightcoder commented Dec 30, 2019

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

CYLTabBarController

[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. [CN]【中国特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS13 & Dark Mode & iPhone XS MAX supported】

  • Updated Nov 3, 2020
  • Objective-C

MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,GridLayout,LayoutSizeClass to build your App 自动布局 UIView UITableView UICollectionView RTL

  • Updated Jan 6, 2021
  • Objective-C
leandroalonso
leandroalonso commented Jan 27, 2021

Our custom calendar has accessibility issues. Both when scheduling a post and when selecting a date range from Activity Log:

  • Unavailable (future) dates are not announced as unavailable.
  • Dates of the week ( S M T W T F S) are incorrectly announced: eg. F is announced as “half-F, night sky”
  • While scrolling up and down announcements say “Page 138” which is not super helpful. Maybe we can a

Created by Apple

Released 2003

Website
developer.apple.com/xcode
Wikipedia
Wikipedia