Details
-
Aboutlet spneshaei = Person() spneshaei.job = Developer(platforms: [.iOS, .android]) spneshaei.loves(“Apple”) let shit = “Xcode” spneshaei.hates(shit)
-
Skillsxcode, swift, objective-c, ios, watchos, macos, tvos, android, java, python, kotlin, c#, vb, web, js, html, css, php
-
Website
-
Github
Joined devRant on 1/21/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
When you are installing a macOS update on a 2016 Macbook Pro and it is stuck on “About 0 seconds remaining” for 3 hours...2
-
At the end of the day, because of a crazy Xcode bug, I had to use a backup I made the morning and rewrite everything again.
What a productive day :/2 -
“Hey, did you know that the new Xcode never crashes again?”...
In the middle of the night, in my dreams... -
Hey Swift, “Look what you made me do”! I have lost all my “reputation” in Xcode crashes!
Yes, Apple, “No one has to know”, except me...2 -
Please update your Android Studio or your computer to the newer versions and stop ranting about Gradle build time.
Please!!!2 -
Writing ! instead of ~ to make a true logic statement negative in Math exam.
Like: ~p=>q —–> !p=>q1 -
When a non-tech friend who does not know many English words and slangs wants to talk about Google Assistant and abbreviates it to GooAss.3
-
Having to use Xcode 4 alongside the new 8 to support old iOS versions. I almost wrote the code twice, once in Swift and once in Obj-C.
-
The time when you code,
Or you build a road,
Waiting for file to download...
Debugging like a horse,
Watching every course,
And suddenly the alarm rings,
And your mind dings,
You have to study now. -
I was subscribed to a computer book and magazine publisher in my country and I learned many things such as Word, PowerPoint, etc from its books. One day they sent me a book about Visual Basic 6. I didn't have any idea about it but I started it and at the end I was able to make an app to calculate my exam scores in a graphical interface. Since then I was addicted to coding. Language after language...
-
Even Apple believes that Xcode suggestions are not reliable... 😂😂😂
(From App Development with Swift book in iBooks Store from Apple)6 -
Confused as hell: Android TextView is equivalent to iOS UILabel, and iOS UITextView is somehow equivalent to Android EditText! 😡😡😡
Learning Android should be hard for an iOS Dev!7 -
Today I was searching Android docs and found something interesting:
To write Android log statements, you use the android.util.Log class with the following methods:
Log.v()
Log.d()
...
Log.wtf() 😮😮😮
According to Google it seems to mean "What a Terrible Failure".
WTF?!?!?!12