UPGRADE YOUR SKILLS: Learn advanced Swift and SwiftUI on Hacking with Swift+! >>

How to post code

Forums > 100 Days of SwiftUI

Hi,

I have a complete beginner question:

I'd like to post a block of code on this forum (in a post like this) and I'm not sure how to do it.
Will appreciate it if someone will help.

Thank you, Arthur

2      

When posting code to these forums, place three backticks ``` on the line before your code and three backticks ``` on the line after your code so that it will be formatted properly. You can also highlight an entire code block and click the </> button on the toolbar to wrap the block for you.

So like this:

posting code

func someCode(x: Int, y: Int) -> Int {
    return x + y
}

2      

See> How to Post Code

or See > How to Post Code #2

or this message > How to Post Code #3

2      

Thank you!

2      

Hacking with Swift is sponsored by Essential Developer

SPONSORED Join a FREE crash course for mid/senior iOS devs who want to achieve an expert level of technical and practical skills – it’s the fast track to being a complete senior developer! Hurry up because it'll be available only until April 28th.

Click to save your free spot now

Sponsor Hacking with Swift and reach the world's largest Swift community!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.