-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
75 lines (63 loc) · 5.04 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Andrea Stevanato - iOS Developer - andr3a88</title>
<link>https://andr3a88.github.io/</link>
<description>Recent content on Andrea Stevanato - iOS Developer - andr3a88</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-US</language>
<lastBuildDate>Thu, 21 Nov 2019 12:00:00 +0200</lastBuildDate><atom:link href="https://andr3a88.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Improve your code reviews using Danger Swift on Bitrise CI</title>
<link>https://andr3a88.github.io/blog/first/</link>
<pubDate>Thu, 21 Nov 2019 12:00:00 +0200</pubDate>
<guid>https://andr3a88.github.io/blog/first/</guid>
<description>Improve your code reviews using Danger Swift on Bitrise CI on Medium</description>
</item>
<item>
<title>Swift Coding Style</title>
<link>https://andr3a88.github.io/code/swift-codestyle/</link>
<pubDate>Mon, 20 Mar 2017 20:36:20 +0100</pubDate>
<guid>https://andr3a88.github.io/code/swift-codestyle/</guid>
<description>My code convention for Swift inspired by Sources
Table of Contents Code Organization Spacing Sources Code Organization TO-DO
Spacing TO-DO
Sources This guide has been built taking inspiration from the following sources:
GitHub </description>
</item>
<item>
<title>Cocoapods</title>
<link>https://andr3a88.github.io/code/cocoapods/</link>
<pubDate>Mon, 20 Mar 2017 20:26:14 +0100</pubDate>
<guid>https://andr3a88.github.io/code/cocoapods/</guid>
<description>Installation Last version
sudo gem install cocoapods -n/usr/local/bin Pre release version
sudo gem install cocoapods --pre -n/usr/local/bin Best Pods A list of useful pod and common issue with Cocoapods
Model - Database Mantle [Obj-C] Realm [Obj-C, Swift, Java] Networking AFNetworking [Obj-C] Alamofire [Swift] AlamofireImage [Swift] Menu - PagedView - TableView SWRevealViewController [Obj-C] RESideMenu [Obj-C] PagingMenuController [Swift] DZNEmptyDataSet [Obj-C] SWTableViewCell [Obj-C] Form &amp; Charts XLForm [Obj-C] Eureka (XLForm Swift Version) [Swift] iOS-Charts Port of MPAndroidChart [Swift] Logger SwiftyBeaver SwiftyBeaver [Swift] Podfile example # Pod configuration platform :ios, &#34;8.</description>
</item>
<item>
<title>SwiftLint</title>
<link>https://andr3a88.github.io/code/swiftlint/</link>
<pubDate>Mon, 20 Mar 2017 20:15:28 +0100</pubDate>
<guid>https://andr3a88.github.io/code/swiftlint/</guid>
<description>Installation brew install swiftlint Usage Integrate SwiftLint into an Xcode scheme to get warnings and errors displayed in the IDE. Just add a new &ldquo;Run Script Phase&rdquo; with:
if which swiftlint &gt;/dev/null; then swiftlint else echo &#34;warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint&#34; fi Commands $ swiftlint help Available commands: autocorrect Automatically correct warnings and errors help Display general or command-specific help lint Print lint warnings and errors for the Swift files in the current directory (default command) rules Display the list of rules and their identifiers version Display the current version of SwiftLint My configuration file (.</description>
</item>
<item>
<title>Objective-C Coding Style</title>
<link>https://andr3a88.github.io/code/objc-codestyle/</link>
<pubDate>Sun, 19 Mar 2017 20:36:20 +0100</pubDate>
<guid>https://andr3a88.github.io/code/objc-codestyle/</guid>
<description>My code convention for Objective-C inspired by Sources
Table of Contents Code Organization Spacing Conditionals Ternary Operator Methods Variables Naming Comments Constants Singletons Sources Code Organization Use #pragma mark - to categorize methods in functional groupings.
#pragma mark - Lifecycle - (instancetype)init {} - (void)viewDidLoad {} - (void)viewWillAppear:(BOOL)animated {} - (void)didReceiveMemoryWarning {} #pragma mark - Custom Accessors - (void)setCustomProperty:(id)value {} - (id)customProperty {} #pragma mark - Public - (void)publicMethod {} #pragma mark - Private - (void)privateMethod {} #pragma mark - Protocol conformance #pragma mark - UITextFieldDelegate #pragma mark - UITableViewDataSource #pragma mark - UITableViewDelegate #pragma mark - IBActions - (IBAction)submitData:(id)sender {} Spacing Indent using tabs.</description>
</item>
<item>
<title>About</title>
<link>https://andr3a88.github.io/about/</link>
<pubDate>Sat, 18 Mar 2017 12:00:00 -0200</pubDate>
<guid>https://andr3a88.github.io/about/</guid>
<description>Tech Lead and iOS Developer for the Platform Mobile team at ShopFully. I work remotely and live in Venice, in the province of Venice. I am passionate about sports, particularly tennis and running. I enjoy watching TV series and I love to travel!</description>
</item>
</channel>
</rss>