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

SwifterSwift
TheStalwart
TheStalwart commented Mar 11, 2021

🚀
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

gibmat
gibmat commented Jan 2, 2022

Operating System

N/A

OpenRCT2 build

Current develop branch

Describe the issue

The manpage (distribution/man/openrct2.6) and help output (src/openrct2/cmdline/RootCommands.cpp) both reference a link that no longer exists: https://openrct2.io/files/SnowyPark.sv6. If possible, a new saved park should be posted and those two files updated, otherwise those examples should be remove

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 Dec 30, 2021
  • 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 Jul 26, 2021
  • Objective-C
pachlava
pachlava commented Feb 3, 2022

Expected behaviour

Pull to refresh should work in landscape mode, in My Site, as it does in Reader and Notifications, for example.

Actual behaviour

I couldn't have it really working even once:

https://user-images.githubusercontent.com/73365754/152357518-1511762d-abd8-49ca-a548-26d694a628f0.mov

Steps to reproduce the behaviour

  1. Set iPhone to landscape mode
  2. Op

Created by Apple

Released 2003

Website
developer.apple.com/xcode
Wikipedia
Wikipedia