Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 775 results for
swift
- Page 1
Re: How we can Choose an Awesome Mobile App Development Company?
Programming
Mobile Development
4 Weeks Ago
by Jameswood32
… they specialize in the required technology stack (Flutter, React Native,
Swift
, etc.). Discuss their development process, communication, and post-launch support…
Re: Swift as a Web development language
Digital Media
UI / UX Design
9 Years Ago
by almostbob
swift
works on IOS osx and WATCHOS,
swift
does not work on the web
swift
is useless as a web development tool,
swift
can be used as an app development tool, but the web access of that app is through web protocols When in doubt, read the instructions: Apple instructions are uniformly good,
Swift mailer log
Programming
Web Development
16 Years Ago
by veledrom
Hi, I use PHP
Swift
mailer to send around 2000 emails in one go. I just wonder if there is a chance to find out: Who have received? Who have not received? Any idea? Thanks
Swift as a Web development language
Digital Media
UI / UX Design
9 Years Ago
by Ahmed91za
Hello, just a question, have anyone tried the new language from Apple (
Swift
) as a web development tool? if so, what was the result?
Swift Desktop GUI Visual Bugs
Programming
7 Years Ago
by sirlink99
…, I am working on a simple timer toolbar app in
swift
for macOS and I am experiencing a visual bug. Basically…
Re: A taste of Swift part 1
Programming
Computer Science
9 Years Ago
by vegaseat
Swift
arrays expand on their own, you don't have to painstakingly allocate memory. A constant array (use 'let' instead of 'var') will not expand. // this array is fixed in length // only the elements can be changed let constantArrInt = [1, 2, 3] // this array can change in length var variableArrInt = [1, 2, 3]
Re: A Taste of Swift part 2
Programming
Computer Science
9 Years Ago
by vegaseat
Swift
was made to replace Objective C used with Apple's Cocoa GUI toolkit for apps, including touch sensitive apps. Apple's free Xcode IDE makes building GUI applications with Cocoa fairly easy with its drag and drop approach. Note: Objective C is quite an ugly bear.
Re: A Taste of Swift part 2
Programming
Computer Science
9 Years Ago
by ddanbe
*
Swift
was made to replace Objective C* Is this true? Is Apple going to drop the Objective C monster?
Re: Swift code of pnb noonkhar
Programming
Software Development
3 Years Ago
by rproffitt
Please take some time to write a complete question. I would be guessing this is about the Punjab National Bank but can't begin to guess what "
Swift
code" is here. I'd see if they have offices in Lubumbashi.
A taste of Swift part3
Programming
Computer Science
9 Years Ago
by vegaseat
… Part 4 will talk about a related object, the structure.
Swift
has elevated the structure to be almost a class. At…class is a nice coding tool, and that's all.
Swift
uses three access levels: public (can be imported by other…the defining source code) If no access level is used,
Swift
defaults to internal. Coming in the fall of 2015 ... Swift2…
Re: Which is better Flutter or Swift?
Programming
Mobile Development
1 Year Ago
by Microseiche
…rebuilding the app for each change. Performance:
Swift
is a compiled language, optimized for performance on…a slight performance overhead compared to
Swift
. Community and Ecosystem:
Swift
benefits from a large and active…suitable. Ultimately, the choice between Flutter and
Swift
depends on your specific project requirements, team expertise…
Re: A taste of Swift part 1
Programming
Computer Science
9 Years Ago
by vegaseat
… like a Python list object. Coming to
Swift
after many years of C and Python you… the code. Reminds me of iPython Notebook.
Swift
is being developed by Apple to write applications… later this year. You can test drive
Swift
code on Windows OS using the playground at… http://swiftstub.com Note that
Swift
version 2 is out in beta and …
Is Swift a good alternative to Objective C?
Programming
Software Development
9 Years Ago
by vegaseat
…replace the aging Objective C. I left a couple of
Swift
code snippets in the Computer Science section about my one…-month experience with
Swift
. I think Apple is onto a great thing. They ….com/software-development/computer-science/code/496606/a-taste-of-
swift
-part-1 On the side: Looks like the Objective-C…
Re: A taste of Swift part 1
Programming
Computer Science
9 Years Ago
by vegaseat
…number of changes. I have taken the original
Swift
1.2 snippet and run it through the migration… 30 // or var r = 30.0 // strings ... // in
Swift
String is a structure // a String behaves like a doubly…"Bob", "Tom"] // simpler, let
Swift
infer the type var mynames = ["Frank", "…
Re: Which is better Flutter or Swift?
Programming
Mobile Development
1 Year Ago
by AndreRet
… are mostly targeting Apple's platforms and prioritize native capabilities,
Swift
may be the better choice. Flutter: -Flutter is a UI… leverage a single codebase, Flutter can be a good choice.
Swift
: -
Swift
is a programming language developed by Apple specifically for iOS…
A taste of Swift part 1
Programming
Computer Science
9 Years Ago
by vegaseat
The
Swift
computer language is the brainchild of a number of Apple… computer, you can educate yourself using the
Swift
computer language. Just go onto the **
Swift
online playground** at **swiftstub.com** and …start typing
Swift
code, enjoy the experience! Note: Xcode …
Re: A taste of Swift part3
Programming
Computer Science
9 Years Ago
by vegaseat
Note that the NS prefix comes in from Objective C. Also note that most
Swift
objects are by value, but class instances are by reference.
A taste of Swift part 4
Programming
Computer Science
9 Years Ago
by vegaseat
In part 4 of tasting
Swift
, we explore structures.
Swift
has added some interesting features to structures like defaults, methods… be a part 4, exploring some odds and ends. Remember,
Swift
uses three access levels: public (least restrictive) internal (default)… private (most restrictive) If no access level is used,
Swift
defaults to internal.
Re: A taste of Swift part3
Programming
Computer Science
9 Years Ago
by vegaseat
…/watch?v=GOEPVM5OzJk You will learn a lot more about
Swift
by doing a project like the one in the video…
Re: A taste of Swift part3
Programming
Computer Science
9 Years Ago
by ddanbe
Just watched the second video lecture.
Swift
and the IDE that goes with it are really awesome. Think I'm gonna buy me a Mac again. Don't think Apple is eager to bring this out on Windows ...
Complete Tutorial On Creating Deterministic Finite Automata in Swift
Programming
3 Years Ago
by Paul_97
… tutorial on creating a Deterministic Finite Automata (DFA) in
Swift
. Go through the entire post to get familiar with all…aspects of DFAs, and then implement your own DFA in
Swift
from scratch by following the steps given here. This …'s entry was correct. ## DFA in
Swift
## The implementation of a DFA in
Swift
is fairly simple. Here's how you…
Re: Which is better Flutter or Swift?
Programming
Mobile Development
1 Year Ago
by Vipul_13
… the ability to create visually appealing applications.
Swift
:
Swift
is a programming language developed by Apple specifically…language for building robust and efficient applications.
Swift
has a growing community and extensive support …ecosystem. Ultimately, the choice between Flutter and
Swift
depends on your specific requirements, skill set,…
Re: A Taste of Swift part 2
Programming
Computer Science
9 Years Ago
by vegaseat
… the pesky/redundant semicolons. It does have some modern features.
Swift
is used by Apple developers for the development of OS… and header files are avoided. C, C++, Objective-C and
Swift
are part of Apple's Xcode development tool. I use… MS Studio languages, Python and Google's Go. Note that
Swift
version 2 is out in beta and has made a…
Re: Is Swift a good alternative to Objective C?
Programming
Software Development
9 Years Ago
by vegaseat
… a side. when you do Google searches on
Swift
, you always bump into Taylor
Swift
which is not too unpleasant. You can…
Re: Is Swift a good alternative to Objective C?
Programming
Software Development
9 Years Ago
by ravi_14
Yes. They have planned to replace objective c with
swift
.
Swift
is fast and easy to learn but i find objective c more interesting . :p
Re: Is Swift a good alternative to Objective C?
Programming
Software Development
9 Years Ago
by vegaseat
If you start a
Swift
Xcode project, you have to specify which OS you want … apps for OS X will be for the iMac computers.
Swift
has combined some of the best features of languages like…
Re: Is Swift a good alternative to Objective C?
Programming
Software Development
9 Years Ago
by vegaseat
I have never seen Objective C referenced as "more interesting" ... Driving a Model T would be interesting, but if you want to get somewhere, it's not very
swift
. :) Neither Objective C or
Swift
is a hot bed for scientific computing. They are pretty lame.
Openstack-swift performance metrics
Programming
Software Development
11 Years Ago
by Prithiv_1
…am getting the required metrics like Storaeg_objects_incoming_bytes, storage_objects_size of
swift
in the metering tab. how ceilometer is getting these …metrics.. what are the underlying components of
swift
which ceilometer api is communicating.. i am writing a… code would be able to communicate the
swift
drivers and print the metric...
Actually Swift: Keep getting EXC_BAD_INSTRUCTION
Programming
Software Development
10 Years Ago
by pars99
… `findShapeCalc()`, and then I get EXC_BAD_INSTRUCTION in the main.
swift
at the line `NSApplicationMain(C_ARGC, C_ARGV)`. Why does this…didSet { // Update the view, if already loaded. } } } Sorry about posting
Swift
code here. Since there doesn't seem to be a…
Re: A taste of Swift part 1
Programming
Computer Science
9 Years Ago
by vegaseat
Apple executive Craig Federighi announced that
Swift
will be open source and made available for Linux later … and also Google, developing a newer language has a reason.
Swift
is being developed by Apple to work seemlessly with the…
1
2
3
13
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC