-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsam.html
More file actions
58 lines (51 loc) · 3.33 KB
/
Copy pathsam.html
File metadata and controls
58 lines (51 loc) · 3.33 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>iOS Conf SG - The annual iOS conference in Singapore</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<a href="javascript:history.back()">Home</a> → Speaker Bio <br /> <br />
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Sam Davies</h2>
</header>
<span><img src="images/speakers/sam.png" /></span> <br />
<a href="https://twitter.com/iwantmyrealname" style="font-size: 85%;" target="_blank">@iwantmyrealname</a><br /><br />
<p>Sam is a developer, an author and a trainer, working for Razeware, the company behind the curtain at <a href="http://raywenderlich.com/" target="_blank">raywenderlich.com</a>. Despite starting out in academia working on computer vision problems, he's spent the last 5 years working in the mobile world, primarily focused on making delightful things in iOS. Whilst he's probably wrangling with some kind of code, recording videos or presenting talks during the day time, you'll often find him out entertaining the masses by night, armed with his trombone and killer dance moves. You should say hi to him. He's nice. Honest.</p>
</div>
</div>
</section>
<section id="talk" class="main">
<h4><a href="http://iosconf.sg/#schedule">Sam's Talk on Day 1 - 04:10 p.m. - 04:45 p.m.</a></h4>
<header class="major">
<h2>Notify Me, Notify You. Aha!</h2>
</header>
<p style="font-size: 85%;">User notifications are incredibly important part of iOS apps - allowing you to get your user to interact with your app when *you* want. They enrich the user experience, and provide real value to your users. So why are they such a pain to work with? Apple has finally heard your cries of despair, and in iOS 10 introduces the new UserNotifications framework. This acts as a central place to handle all user notifications, whether they be local or push notifications. <br/> <br/> In this talk we'll take a quick jaunt through the new framework, covering what you need to do to transition existing behaviour, in addition to looking at some of the new functionality. Learn how to create custom, interactive notifications, as well as building an extension to intercept and manipulate your push notifications. There may well be additional ABBA puns, but given the quality of the first one, it's looking unlikely.</p>
</section>
</div>
</div>
<header id="header" class="alt">
<h1>iOS Conf SG</h1>
<h2>18 Speakers - 2 Days - Single Track</h2>
<p><b>October 20th and 21st, 2016</b><br />
<a href="https://goo.gl/maps/boyLY1axbWs" target="_blank">Theatre for the Arts, Nanyang Polytechnic<br />
Singapore</a>
</p>
</header>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>