Skip to content

Instantly share code, notes, and snippets.

View stefanceriu's full-sized avatar
💭
I may be slow to respond.

Stefan Ceriu stefanceriu

💭
I may be slow to respond.
View GitHub Profile
@stefanceriu
stefanceriu / UITableView+CTX.h
Last active November 20, 2021 04:13
Enabled iOS style UITableView multiple selection on Catalyst applications
//
// UITableView+CTX.m
// EFClass-Mac
//
// Created by Stefan Ceriu on 29/11/2019.
// Copyright © 2019 EF Education First. All rights reserved.
//
#import <Foundation/Foundation.h>
@stefanceriu
stefanceriu / UITextView+CTX.h
Last active February 4, 2020 13:28
Remove default Mac Catalyst application text view focus rings
//
// UITextView+CTX.h
// EFClass
//
// Created by Stefan Ceriu on 27/11/2019.
// Copyright © 2019 EF Education First. All rights reserved.
//
#import <UIKit/UIKit.h>
@stefanceriu
stefanceriu / UITextField+CTX.h
Last active April 3, 2021 09:23
Remove default Mac Catalyst application text field focus rings
//
// UITextField+CTX.h
// EFClass
//
// Created by Stefan Ceriu on 27/11/2019.
// Copyright © 2019 EF Education First. All rights reserved.
//
#import <UIKit/UIKit.h>
@stefanceriu
stefanceriu / UICollectionView+CTX.h
Last active April 18, 2022 21:02
Enabled iOS style UICollectionView multiple selection on Catalyst applications
//
// UICollectionView+CTX.h
// EFClass-Mac
//
// Created by Stefan Ceriu on 29/11/2019.
// Copyright © 2019 EF Education First. All rights reserved.
//
#import <Foundation/Foundation.h>
@stefanceriu
stefanceriu / UINSSceneView+CTX.h
Last active January 17, 2022 15:10
Disable Mac Catalyst 77% app scaling
//
// UINSSceneView+CTX.h
// EFClass
//
// Created by Stefan Ceriu on 28/11/2019.
// Copyright © 2019 EF Education First. All rights reserved.
//
#import <Foundation/Foundation.h>