code tag

445 questions


2 answers
47 views
0
UIPageControl Works with UIScrollView

I would like to link UIPageControl and UIScrollView installed on Storyboard with Xcode6+Swift.import UIKitclassViewController:UIViewController, UIScrollViewDelegate { // Linking UIScrollView @IBOutlet...

2 years ago

2 answers
97 views
0
About the exclamation mark on XCode

Some files on XCode 8 are now marked with !It was in the same condition when I cooled down or deleted it once and registered again.Could you tell me how to resolve this ! mark?Thank you.[1] src=https:...

2 years ago

3 answers
110 views
0
Unable to preview HTML in VSCode Live html preview

I am using it on my Mac, but the VSCode Live html preview extension does not preview.I entered it using command and shift on the HTML screen, but it doesn't show up at all.

2 years ago

1 answers
40 views
0
ViewController in Xcode

Thank you for your help.I would like to create a project by selecting Single View Application in Xcode.viewDidLoad() in View.controller.swift For example, print(thank you) means when you run.The outpu...

2 years ago

1 answers
38 views
0
Memory release timing when drawingInRect is turned to for statement in UIImage resize

Created a method to resize UIImage.When I write the process of taking out the elements of the image array and resizing them one by one, the memory does not open well, and if high-definition images are...

2 years ago

1 answers
129 views
0
Xcode 7.1 encountered an error when adding Syphon.framework to the project.

Xcode 7.1 encountered an error when adding Syphon.framework.I don't know what it means at all, but I think I followed the steps below.1.Add the framework to your Xcode project.The simple way is to dra...


3 answers
72 views
0
About the language specifications of the swift cast

Please tell me the difference between as Int and Int().If you use as Hoge when you cast with swift, it will be cast.Also, Int() is recognized as a function that casts into Int.I looked at Apple's offi...

2 years ago

1 answers
82 views
0
CSS Modules 'composes' Does Not Display Unknown Property in VSCode and Does Not Enable

I'm studying building a website with a certain textbook.Even if you write 'composes' as the title says, Unknown property: 'compos' css(unknownProperties) appears.I get the same error when I read the c...

2 years ago

1 answers
44 views
0
About "NSUserDefaultsController"

I am reading the Objective-C programming overview documentation.Among them, a controller called NSUserDefaultsController appeared.In what kind of situations will this be used?I am writing to ask you a...

2 years ago

1 answers
43 views
0
DETECTION METHOD FOR CHANGING VALUE OF CLIPBOARD

I want Swift (OS X, Cocoa application) to detect a change in clipboard value.Currently, we are able to get the clipboard value, and we are able to reflect it on the label by pressing the button.The ne...

2 years ago
« - 36 - »

© 2024 OneMinuteCode. All rights reserved.