Hi,
I am trying to use the nmap module on the m1 MacBook Pro using VS code but it says, "No Module named 'nmap'". How can I fix this.
Thank you
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi Everyone!
I am new in swift programming. For a project I have to create a view in a swift playground. I just started when I hit a wall. When I use this code
import SwiftUI
import PlaygroundSupport
struct ProgressView: View {
var body: some View
Circle()
.stroke(lineWidth: 40)
.foregroundColor(.blue)
}
}
PlaygroundPage.current.setLiveView(ProgressView())
It just creates a tiny square at the top. Please guide me why this is not working and what should I do to fix it. Please reply ASAP.
Hi
I am learning Xcode and I need to use “single view app” that is supposed to be under IOS. I am not able to find it. amAny help would be appreciated