Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged Swift
0
votes
1.1k
views
1
answer
swift - print() to console log with color
The code is: let redColor = "u{001B}[0;31m" var message = "Some Message" print(redColor + message) //This ... I don't want to use libraries. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.2k
views
1
answer
swift - Make struct Hashable?
I'm trying to create a dictionary of the sort [petInfo : UIImage]() but I'm getting the error Type ' ... for all occurrences of this struct? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
704
views
1
answer
swift - Get the last character of a string without using array?
I have a string let stringPlusString = TextBoxCal.text I want to get the last character of stringPlusString. ... something similar in Swift See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
967
views
1
answer
swift - How to add an optional string extension?
You can create a String extension like so: extension String { func someFunc() -> Bool { return true } } but ... specified by a 'where' clause See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
676
views
1
answer
swift - How to reproduce this Xcode blue drag line
I'd like to reproduce the Xcode blue drag line in my app. Do you know a way to code this ? I know how to ... of all other items (on the screen). See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
876
views
1
answer
swift - IBAction inside UITableViewCell not called in iOS 9
I have a custom UITableViewCell subclass which contains a few IBAction methods wired up from a nib. Under ... developer.apple.com/thread/16179 See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
968
views
1
answer
swift - Showing the system Emoji keyboard by default on iOS 13
Solution Here is a full solution/work around for this issue, please up vote Blld's answer as well because this was the ... .2 and 13.2 (seed 1) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
773
views
1
answer
swift - Extend iOS 11 Safe Area to include the keyboard
The new Safe Area layout guide introduced in iOS 11 works great to prevent content from displaying below bars, but ... ? Or elsewhere? Thank you See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.5k
views
1
answer
swift - iOS tableview how can I check if it is scrolling up or down
I am learning how to work with TableViews and I am wondering how can I figure out if the tableView is ... UIControlState.normal) return cell } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
859
views
1
answer
swift - Drag and reorder - UICollectionview with sections
Is that possible to do drag and reorder from one section to another section from collectionview - iOS 9. ... collectionView?.reloadData() } } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
825
views
1
answer
swift - iOS 10 iMessage app extension: how do i calculate the height of the extra tall navbar
I downloaded the Xcode 8 beta and was trying to play around with the iMessages app extension sdk but ran into ... solution. thanks for the help See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
759
views
1
answer
swift - What is Content in SwiftUI?
In the documentation, I see Content in a different context: /// A modifier that can be applied to a ... predefined content usage in SwiftUI? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
719
views
1
answer
swift - How do I perform a pagination query on Firebase's iOS SDK?
This is my model. messagesRef = Firebase(url: "https://"+CONSTANTS.FirebaseDB+".firebaseio.com/messages/1:1000") ... . How can I query this? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
789
views
1
answer
swift - NSFontAttributeName has changed to String
i'm trying to style the navigation bar properly, i need to change the font to helvetica neue with a size point of ... font, how can i fix it? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.0k
views
1
answer
swift - Invalid code signature due to inadequate entitlements
I am trying to run an app on my physical device, it starts to build onto my device then crashes due to an ... supposed to do. Can anyone help? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.2k
views
1
answer
swift - How to improve camera quality in ARKit
I am building an ARKit app where we want to be able to take a photo of the scene. I am finding ... get AVCapturePhotoOutput to work with ARKit See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
839
views
1
answer
swift - Do capture lists of inner closures need to redeclare `self` as `weak` or `unowned`?
If I have a closure passed to a function like this: someFunctionWithTrailingClosure { [weak self] in ... as well? Thanks! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
870
views
1
answer
swift - How to create enum with raw type of CGPoint?
Inspired from this question. Swift support to create enum with any raw type, so it will be nice to able to ... enum with raw type of CGPoint? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.5k
views
1
answer
swift - How to use Alamofire with custom headers for POST request
I implemented a POST request with Alamofire with a custom header, because we work with OAuth2 and we have to send an ... ("ERROR: (error)") } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
846
views
1
answer
swift - Is force cast really bad and should always avoid it?
I started to use swiftLint and noticed one of the best practices for Swift is to avoid force cast. However I used it ... } else { // code } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
925
views
1
answer
swift - SwiftUI: How to present view when clicking on a button?
I'm trying to make an app using Apple's SwiftUI and I need to have two buttons that present two different views ... the two cases, it doesn't. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
621
views
1
answer
swift - Order of modifiers in SwiftUI view impacts view appearance
I'm following the first tutorial in Apple's series explaining how to create & combine views in a SwiftUI ... know when it is important? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.0k
views
1
answer
swift - How can i add a 2dView having text in ARkit scene iOS
How can i add a 2dView having text in ARkit scene iOS.How can i add that view in top of a node that won't rotate when we rotate the node. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.2k
views
1
answer
swift - Debug view hierarchy in Xcode 7.3 fails
This function fails with runtime error: -[UIWindow viewForFirstBaselineLayout]: unrecognized selector sent to instance ... ?.makeKeyAndVisible() See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.0k
views
1
answer
swift - How to change navigationBar height in iOS 11?
Apparently changing the navigationBar height faced a new approach in iOS 11. in previous iOS versions it was possible ... to solve the problem? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.3k
views
1
answer
swift - Isn't there an easy way to pinch to zoom in an image in Swiftui?
I want to be able to resize and move an image in SwiftUI (like if it were a map) with pinch to zoom and drag ... know if there's an easier way? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
756
views
1
answer
swift - Could not find an overload for '/' that accepts the supplied arguments
// Playground - noun: a place where people can play func getAverage(numbers: Int...) -> Double{ var total = 0 ... was set to 4 instead of 4.5 See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.6k
views
1
answer
swift - How to split an Int to its individual digits?
I am trying to split an Int into its individual digits, e.g. 3489 to 3 4 8 9, and then I want to put ... { array.append(digit) } Any ideas? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
Page:
« prev
1
...
9
10
11
12
13
14
15
16
17
18
19
...
70
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] 请问如何将文本中的" " 变成视觉上的换行
[2] function - A simple math in Python that's hard for me
[3] js如何为对象指定属性快捷赋值?
[4] c - my if and while structure isnt working properly
[5] Posting list to Json without square brackets in Python
[6] 如何给echarts的bezierCurve贝塞尔曲线添加tooltip提示框功能?
[7] javascript - Using nodemailer in a React app Post 404 Error
[8] xstream转换xml时出错
[9] sequelize.js - How to use sequelize-typescript for querying relative objects through custom Apollo GraphQL resolver?
[10] base64转blob,文件格式不合法
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...