Skip to content

Instantly share code, notes, and snippets.

View AlessioAnesa's full-sized avatar

Alessio Anesa AlessioAnesa

  • MidaTicket s.r.l.
  • Bergamo - Italy
View GitHub Profile
#!/usr/bin/env ruby
# gist: https://gist.github.com/3217498
# This script can be called from an Xcode 'Run Script' build phase at the
# beginning of the build process, like this:
#
# ${PROJECT_DIR}/LocalizeStringsFromAndroid.rb ${PROJECT_NAME}
#
# This script should be placed in the same directory as your .xcodeproj
A PageViewController subclass with a configuration block and scroll handling.
UITableView convenience classes for resizing header and footer with autolayout.
@AlessioAnesa
AlessioAnesa / !MarkdownAttributedLabel
Last active August 29, 2015 14:10 — forked from andreacremaschi/ MarkdownAttributedLabel
MarkdownAttributeLabel using XNGMarkdownParser
A TTTAttributedLabel convenience subclass that uses MMarkdown to parse markdown text.