Links 9

How to use Xcode

Issue #499

Build setting

Build Library For Distribution

It turns on all the features that are necessary to build your library in such a way that it can be distributed

What does this error actually mean? Well, when the …

Links for Xcode

Issue #499

Build setting

Build Library For Distribution

It turns on all the features that are necessary to build your library in such a way that it can be distributed

What does this error actually mean? Well, when the …

How to use new APIs in iOS

Issue #313

iOS 10

UserNotifications

Push user-facing notifications to the user’s device from a server, or generate them locally from your app.

UIViewPropertyAnimator

A class that animates changes to views and allows the dynamic modification …

Links for WWDC

Issue #313

iOS 10

UserNotifications

Push user-facing notifications to the user’s device from a server, or generate them locally from your app.

UIViewPropertyAnimator

A class that animates changes to views and allows the dynamic modification …

Learning VoIP, RTP and SIP (aka awesome pjsip)

Issue #284

Before working with Windows Phone and iOS, my life involved researching VoIP. That was to build a C library for voice over IP functionality for a very popular app, and that was how I got started in open source.

The library I was working …

20 recommended utility apps for macOS

Issue #274

Original post https://hackernoon.com/20-recommended-utility-apps-for-macos-in-2018-ea494b4db72b


Depending on the need, we have different apps on the mac. As someone who worked mostly with development, below are my indispensable apps. They …

Useful git commands for everyday use!

Issue #239

Do you know that questions about git get the most views on StackOverflow? I’ve searched a lot on Google how to execute certain actions with git, and this actually slowed me down a lot. There are some actions that we tend to use a lot, so …