[IMPROVED] Emergency VC can now scroll when keyboard is up. [IMPROVED] Language of the guide + new updated screenshots. [FIXED] Size of guide cells on different devices. [IMPROVED] Don't show messages claiming login name was updated when nothing changed. [FIXED] Weird back-toggle bug when toggling site settings. [ADDED] Lots of handy tips throughout. [ADDED] Notification of new store features. [FIXED] Weird sizing issue & animation with store cells. [ADDED] Loading spinner while loading store products. [ADDED] Thanks link to store footer. [FIXED] Bought products should not respond to click, non-bought ones should. [FIXED] Fuel elapsed time counter was backward. [ADDED] Parental gate when deleting or resetting users. [UPDATED] App Icon background texture.
14 lines
231 B
Objective-C
14 lines
231 B
Objective-C
//
|
|
// AttributedMarkdown.m
|
|
// AttributedMarkdown
|
|
//
|
|
// Created by Maarten Billemont on 2014-09-28.
|
|
// Copyright (c) 2014 Lyndir. All rights reserved.
|
|
//
|
|
|
|
#import "AttributedMarkdown.h"
|
|
|
|
@implementation AttributedMarkdown
|
|
|
|
@end
|