Skip to content

Instantly share code, notes, and snippets.

View futuretap's full-sized avatar

Ortwin Gentz, FutureTap futuretap

View GitHub Profile
@futuretap
futuretap / UISegmentedControl+Accessibility.m
Created October 27, 2015 22:57
Workaround to make UISegmentedControl with images accessible. See http://openradar.appspot.com/radar?id=118413
//
// UISegmentedControl+Accessibility.m
//
// Created by Ortwin Gentz on 30.05.14.
// Copyright (c) 2014 FutureTap. All rights reserved.
//
@implementation UISegmentedControl (Accessibility)
// Use these convenience setters for easy customization in IB using user defined runtime attributes
@futuretap
futuretap / weak linking error
Created November 23, 2010 23:13
MessageUI framework now linked as "Required", not "Weak". Using LLVM GCC 4.2, BASE SDK iOS 4.2, Deployment target 3.1.
dyld: Symbol not found: _OBJC_CLASS_$_MFMessageComposeViewController
Referenced from: /var/mobile/Applications/C257779B-F488-4890-A08B-883D2D631258/WhereTo.app/WhereTo
Expected in: /System/Library/Frameworks/MessageUI.framework/MessageUI
in /var/mobile/Applications/C257779B-F488-4890-A08B-883D2D631258/WhereTo.app/WhereTo