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
846
views
1
answer
swift - SwiftUI - Custom Swipe Actions In List
How can I use custom Swipe Actions in SwiftUI? I tried to use the UIKit Framework to get these working in SwiftUI. ... perform: delete) } } } } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
594
views
1
answer
swift - How to get bytes out of an UnsafeMutableRawPointer?
How does one access bytes (or Int16's, floats, etc.) out of memory pointed to by an UnsafeMutableRawPointer (new in ... C API (Core Audio, etc.) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
636
views
1
answer
swift - ScrollView + NavigationView animation glitch SwiftUI
I've got a simple view: var body: some View { NavigationView { ScrollView { VStack { ForEach(0..<2) { _ in ... it? Xcode 12.0.1, Swift 5 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
655
views
1
answer
swift - Increase the size of the indicator in UIPageViewController's UIPageControl
Is it possible to Increase the size of the indicator in UIPageViewController? I have this: And my requirement is this: See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
721
views
1
answer
swift - Xcode: Using custom fonts inside Dynamic framework
I added custom font to a framework. I followed all the steps, but it doesn't work. I am able to set ... show this font on the simulator/device. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
624
views
1
answer
swift - iOS and FirebaseCrashlytics
I am trying to follow the instructions on Firebase Docs to upload missing required dSYMs. However I am stuck on ... how to resolve this issue? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
582
views
1
answer
swift - How to create a vertical scrolling menu in spritekit?
I'm looking to create a shop in my game (In SpriteKit) with buttons and images, but I need the items to be ... how I can do this in SpriteKit? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
434
views
1
answer
swift - Local and Push Notifications in IOS version compatible
I developed local Notifications in iOS 10. It is working perfectly. But now how should i code local notifications and ... : nil) } } } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
464
views
1
answer
swift - Push Notifications not being received on iOS 10, but working on iOS 9 and before
I have several apps that were written in Swift 2.2, compiled with Xcode 7.3 and is live on the App Store. ... Xcode 8 with some "new" settings? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
749
views
1
answer
swift - Xcode 8 does full project rebuild
Having updated Swift + ObjC project to Xcode 8 (Swift 2.3) I found 50% or more of the time Xcode does ... . Has anyone else encountered this? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
568
views
1
answer
swift - How can I switch views programmatically in a view controller? (Xcode, iPhone)
Have been struggling with this for a while, and can never seem to get a direct answer. Any help is appreciated! See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.2k
views
1
answer
swift - Alternative to switch statement in SwiftUI ViewBuilder block?
?? 23 June 2020 Edit: From Xcode 12, both switch and if let statements will be supported in the ViewBuilder ... I can replicate this behaviour? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.0k
views
1
answer
swift - Difference between SceneDelegate and AppDelegate
In my SwiftUI project I see AppDelegate file as well as a SceneDelegate file. What are the ... application(_:didFinishLaunchingWithOptions:) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
473
views
1
answer
swift - NSFetchedResultsContollerDelegate for CollectionView
I'd like to use the NSFetchedResultsControllerRelegate in a CollectionViewController. Therefore I just changed the method ... solve this issue? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
1.1k
views
1
answer
swift - Swap rootViewController with animation?
Im trying to swap to another root view controller with a tab bar; via app delegate, and I want to ... swapped to another rootview controller. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
569
views
1
answer
swift - iOS 11 safe area layout guide backwards compatibility
Is enabling Safe Area Layout Guides compatible to iOS below 11? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
938
views
1
answer
swift - How to set UICollectionViewCell Width and Height programmatically
I am trying to implement a CollectionView. When I am using Autolayout, my cells won't change the size, but ... possible? Any ideas on that ? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
772
views
1
answer
swift - Changing tab bar item image and text color iOS
Here is my tab bar: The following image shows the program being run and the "NEWS" item selected: It is ... for each individual item? EDIT: See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
796
views
1
answer
swift - SwiftUI: How to implement a custom init with @Binding variables
I'm working on a money input screen and need to implement a custom init to set a state variable based on the initialized ... -amount > 0 } ... } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
622
views
1
answer
swift - Use Cocoapods with an App Extension
I'm trying to build a photo App Extension in Xcode 6 Beta-6 that uses cocoapods libraries. The bridging ... is specific to app extensions. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
662
views
1
answer
swift - UITableViewCell: rounded corners and shadow
I'm changing the width of a UITableViewCell so that the cell is smaller but the user can still scroll along the ... : Trying R Moyer's answer See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
749
views
1
answer
swift - NavigationBar bar, tint, and title text color in iOS 8
The background text in the status bar is still black. How do I change the color to white? // ... : UIColor.orangeColor()] } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
742
views
1
answer
swift - iOS - OR query in Firebase
I want to get all threads where status is member or owner I know how to get for either one reference.queryOrdered ... how to make OR query call? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
775
views
1
answer
swift - Swift5 MacOS ImageResize memory issue
I am new to Mac OS App Development with Swift. But I tried to make the simple ImageResizer app. I have to resize ... } catch { return false } } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
861
views
1
answer
swift - What is build object file extension in iOS?
When I build java object class in a project, build file will be created with .class extension and human unreadable; What ... --> build --> ? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
789
views
1
answer
swift - println dictionary has "Optional"
Consider this snippet: let interestingNumbers = [ "Prime": [2, 3, 5, 7, 11, 13], "Fibonacci": [1, 1, ... an "Optional" in the dictionary case? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
677
views
1
answer
swift - NSFontAttributedString worked before XCode 6.1
let timeFont = [NSFontAttributeName:UIFont(name: "Voyage", size: 20.0)] var attrString3 = NSAttributedString("(Time)" ... tried doesn't' work. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
0
votes
700
views
1
answer
swift - 'Fatal error: index out of range' when deleting bound object in view
I am having some trouble avoiding index out of range errors when modifying an array that a child view depends on a ... [WorkoutExercise] = [] } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swift
Page:
« prev
1
...
23
24
25
26
27
28
29
30
31
32
33
...
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] vue2.0+vue-composition-api如何组件传值
[2] php多数组合并并过滤
[3] python - telegram forward message from private channel to another channel
[4] Custom shape tappable area with CustomPaint widget on Flutter
[5] express的res.redirect('back')是干什么用的啊?
[6] orcale 存储过程 将一个oldtable 复制到 newtable中执行存储过程报ora-06575
[7] r - Replacing specific values with NA in a dataframe
[8] Java 泛型能 extends 多个吗?语法对不对?
[9] taro-微信小程序如何将url转成file文件对象
[10] vehicle routing - Is there a package that can convert OpenDrive (XODR) Maps to Lanelet2 Maps that supports Traffic Signs?
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
广告位招租
...