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
948
views
1
answer
swift - ARKit 3.5 – How to export OBJ from new iPad Pro with LiDAR?
How can I export the ARMeshGeometry generated by the new SceneReconstruction API on the latest iPad Pro ... s SceneReconstruction documentation. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
866
views
1
answer
swift - Get camera field of view in iOS 11 ARKit
I'm using a ARSCNView from ARKit to display live a video feed from the camera on the iPad. I have the ... // Retrieve camera FOV here } 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 - UITableView load more when scrolling to bottom
I would like to load more data and create additional cells when the user scrolls to the bottom of the table. ... .row] as! NSDictionary) } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
602
views
1
answer
swift - Changing The value of struct in an array
I want to store structs inside an array, access and change the values of the struct in a for loop. struct ... change the value of the struct. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
701
views
1
answer
swift - Draw SceneKit object between two points
Having made some progress in the geometry side of things I'm moving on to putting together an entire scene. ... , or a similar solution? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
743
views
1
answer
swift - How to set a new root view controller
I wonder if its possible to set a new root VC? My app gets init with a uinavigation controller that has a table ... act as the new root VC. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
538
views
1
answer
swift - Using some protocol as a concrete type conforming to another protocol is not supported
I'm trying to mix generics with protocols and I'm getting a really hard time xD I have certain architecture ... 'GetUserView' is not supported See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.1k
views
1
answer
swift - SwiftUI. How to change the placeholder color of the TextField?
I want to change the placeholder color of the TextField, but I can't find a method for it. I tried to set ... there is no API for this yet? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
963
views
1
answer
swift - How do I change UIView Size?
I have trouble with modifying my UIView height at launch. I have to UIView and I want one to be screen size * 70 ... . Am I doing it all wrong? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
712
views
1
answer
swift - When to use inout parameters?
When passing a class or primitive type into a function, any change made in the function to the parameter will ... case for an inout parameter? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
818
views
1
answer
swift - iOS 9 searchBar disappears from table header view when UISearchController is active
The structure: View1 (click a button) -> present modally (MyModalView: UITableViewController) MyModalView has ... deeply appreciated Cheers. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.4k
views
1
answer
swift - PHAsset to UIImage
I'm attempting to create a UIImage (like a thumbnail or something) from a PHAsset so that I can pass it into ... the asset as a UIImage. Thanks. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
628
views
1
answer
swift - Disable a Button
I want to disable a button (UIButton) on iOS after it is clicked. I am new to developing for iOS but I think ... I couldn't do that on swift. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
877
views
1
answer
swift - Type casting in for-in loop
I have this for-in loop: for button in view.subviews { } Now I want button to be cast into a custom ... .subviews But neither does that work. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
610
views
1
answer
swift - Adding dark mode to iOS app
I am trying to add a theme to my app (a dark theme). So when the user clicks an activity switch it would ... this might not make to much sense. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
735
views
1
answer
swift - Custom pin image in annotationView in iOS
I'm trying to change from Swift 1.2 to Swift 2.0 and I'm at the end of the changes. Currently ... annotationView } Thanks in advance, Regards. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
833
views
1
answer
swift - Property observers willSet and didSet; Property getters and setters
What is the difference between willSet - didSet, and get - set, when working with this inside a property? From my ... } set (newValue){ } } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.1k
views
1
answer
swift - UI Test deleting text in text field
In my test I have a text field with a pre-existing text. I want to delete the content and type a new ... this be solved to be more universal? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.1k
views
1
answer
swift - Draw iOS 7-style squircle programmatically
I'm trying to find a way to draw a iOS 7-style icon 'squircle' shape programmatically, using core graphics ... entirely exact with the formula. 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 - Is there a method to blur a background in SwiftUI?
I'm looking to blur a view's background but don't want to have to break out into UIKit to accomplish it ( ... or looking into it the wrong way? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
610
views
1
answer
swift - iOS 9 - "attempt to delete and reload the same index path"
This is an error: CoreData: error: Serious application error. An exception was caught from the delegate of ... .performFetch() } } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
883
views
1
answer
swift - How can I export DAE files for use in Scene Kit without seeing "untitled-animations"?
I am trying to load animations created in Cheetah 3D and Blender 3D into Scene Kit, but all I get is a bunch ... that Scene Kit can use them? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.1k
views
1
answer
swift - Could not find module for target 'x86_64-apple-ios-simulator'
I have my custom framework and it works properly in XCode 10. I rebuild it in XCode 11 beta 3, then ... a few methods into main project. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
736
views
1
answer
swift - Change color of png in buttons - ios
I've got a set of icons that I've created that are transparent white PNGs: And what I'd like to do is be ... be the best way to achieve this? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
771
views
1
answer
swift - UIWindow not showing over content in iOS 13
I am upgrading my app to use the new UIScene patterns as defined in iOS 13, however a critical part of ... adding the strong reference first. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
774
views
1
answer
swift - Change the color of iOS Navigation Bar
I'm trying to change the color of my navigator bar but I found that it's only impossible if the ... :") navigationItem.rightBarButtonItem = Home See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
877
views
1
answer
swift - Closure use of non-escaping parameter may allow it to escape
I have a protocol: enum DataFetchResult { case success(data: Data) case failure } protocol DataServiceType { func ... to the underlying cause? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
717
views
1
answer
swift - Draw line animated
I want to have a line in the center of the screen and animate it like a snake This is step by step animation I want to make How can I do this? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
Page:
« prev
1
...
17
18
19
20
21
22
23
24
25
26
27
...
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] 关于pycharm导入模块根目录和当前目录包冲重名问题
[2] highcharts的极值图,如何将经纬度转换成坐标?
[3] javascript - TypeError while looping on the response
[4] uni-app 项目如何通过webview获得加载网页的html源代
[5] Why do some PHP programmers use a double backslash in their namespaces instead of a single one?
[6] weex中的web组件设置宽高的问题
[7] 有源码不理解,
[8] python - Reducing size of training dataset in tensorflow 2 tutorial (Transformer model for language understanding) with '.take(n)' method does not work
[9] How to create a matrix with lists as its element in python
[10] VBA: Check date value depending on country specific format
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
广告位招租
...