Skip to content
#

Swift

swift logo

Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns. Inspired by many other modern programming languages, Swift is intended to be more resilient and expressive than Objective-C, its predecessor.

Here are 21,824 public repositories matching this topic...

jethmalani
jethmalani commented Nov 14, 2017

What did you do?

When I do this (from your docs):

guard let dataFromString = text.data(using: .utf8, allowLossyConversion: false) else {return} let json = JSON(data: dataFromString)

I get an error "Call can throw, but it is not marked with 'try' and the error is not handled"

I did this. I just want to confirm that is right. It worked for me.

`guard let dataFromString

umair2ooo
umair2ooo commented Feb 19, 2019

iOS 11
Same scenario to view UIImage like WhatsApp
when swipe to dismiss Image Viewer (UIViewController)
on the Chat screen, scroll indicator behaves abnormally, it becomes smaller.
Again if you will tap on UIImage in collectionView to enlarge image
and come again to Chat screen from ImageViewerController (Image Viewer), it will become more smaller and also changing the top and bottom positio

tmspzz
tmspzz commented Oct 10, 2019

Hi all,

I am opening this issue to gather your feedback on a tentative roadmap that I've put together with the help of @Carthage/carthage

This roadmap will try to address the most pressing issues that Carthage is currently facing, and at the same time add clarity on where we think Carthage should be heading.

To my knowledge there wasn't a formal roadmap so far, and while Carthage has do

sunshinejr
sunshinejr commented Oct 22, 2019

Currently we use a pretty naive removal of testing dependencies for SwiftPM by setting an environment variable. We should be able to use Rocket and update our Rakefile script to just remove testing dependencies on each release, and keep it in the development process thanks to that.

The idea came from this PR that I saw RxSwiftCommunity/RxOptional#83, which sounds reall

Created by Apple

Released June 2, 2014

Latest release 3 months ago

Repository
apple/swift
Website
swift.org
Wikipedia
Wikipedia

Related Topics

language objective-c
You can’t perform that action at this time.