Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
bluwave
/
SlackTextViewController
Public
forked from
slackhq/SlackTextViewController
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
SlackTextViewController
Source
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 26, 2015
Fix rightButton margin is not correctly set when autoHideRightButton = NO
Show description for 6ed6b29
ikesyo
committed
6ed6b29
View commit details
Copy full SHA for 6ed6b29
View code at this point
Browse repository at this point
Commits on Oct 20, 2015
Fixes the `contentSize` to never be higher than the `bounds` when there is only 1 line of content.
Show description for 3cb6dcd
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
3cb6dcd
View commit details
Copy full SHA for 3cb6dcd
View code at this point
Browse repository at this point
Commits on Oct 16, 2015
Puts all source files at the same root level to fix 0.39.0 incompatibility issues
Ignacio Romero Zurbuchen
committed
259c0f2
View commit details
Copy full SHA for 259c0f2
View code at this point
Browse repository at this point
Adds missing `loadView` implementation, causing a warning.
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
a22881c
View commit details
Copy full SHA for a22881c
View code at this point
Browse repository at this point
Adds all UIViewController view callbacks as requiring super. Some are not implemented but still, just in case.
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
6556e75
View commit details
Copy full SHA for 6556e75
View code at this point
Browse repository at this point
viewDidLoad is also requires `super`
Show description for 015def0
WenchaoD
committed
015def0
View commit details
Copy full SHA for 015def0
View code at this point
Browse repository at this point
Commits on Oct 15, 2015
Merge pull request #283 from slackhq/text-input-bugs
Show description for 3d0b757
fyaqub
committed
3d0b757
View commit details
Copy full SHA for 3d0b757
View code at this point
Browse repository at this point
Commits on Oct 14, 2015
Merge pull request #284 from slackhq/asynch-auto-completion
Show description for 495c4a6
bradya
committed
495c4a6
View commit details
Copy full SHA for 495c4a6
View code at this point
Browse repository at this point
Commits on Oct 13, 2015
Allows asynch auto-completion. Deprecates (safely) -canShowAutoCompletion method
Show description for 2b72e2b
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
2b72e2b
View commit details
Copy full SHA for 2b72e2b
View code at this point
Browse repository at this point
Refactors text caching APIs to reduce calling `keyForTextCaching` too often, while simplifying its implementation.
Show description for e83cf77
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
e83cf77
View commit details
Copy full SHA for e83cf77
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
Fix documentation for textInputbarHidden
Rob Hudson
committed
b045793
View commit details
Copy full SHA for b045793
View code at this point
Browse repository at this point
Commits on Sep 28, 2015
Refactors how KVO is setup. Removes observers for `position` from `self.layer`, causing a crash in `SLKTextInputbar`.
Ignacio Romero Zurbuchen
committed
ea63610
View commit details
Copy full SHA for ea63610
View code at this point
Browse repository at this point
Adds the pdf vector files
Ignacio Romero Zurbuchen
committed
4468430
View commit details
Copy full SHA for 4468430
View code at this point
Browse repository at this point
Adds `SLKTextInputbarDidMoveNotification` to be able to be notified when the text input bar changes position. This is handy for adjusting another view's position to match the text input bar's.
Show description for 18e16ac
Ignacio Romero Zurbuchen
committed
18e16ac
View commit details
Copy full SHA for 18e16ac
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
Minor refactoring to @fastred fix in #270
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
8ddb757
View commit details
Copy full SHA for 8ddb757
View code at this point
Browse repository at this point
Commits on Sep 18, 2015
Fix issue with layout animation when pushing vc with visible keyboard
fastred
committed
1c076e1
View commit details
Copy full SHA for 1c076e1
View code at this point
Browse repository at this point
Commits on Sep 17, 2015
Dismisses the auto-completion mode when selecting text while auto-completing
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
feaf951
View commit details
Copy full SHA for feaf951
View code at this point
Browse repository at this point
Improves the magnifying glass in iOS 9 with a way less hacky approach. Makes sure to be iOS 7 and 8 compatible too. This should fix #258
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
94e4f56
View commit details
Copy full SHA for 94e4f56
View code at this point
Browse repository at this point
Disables auto-completion's text processing on iOS 9 when the keyboard trackpad is enabled on iPad. Fixes #267
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
782dc9e
View commit details
Copy full SHA for 782dc9e
View code at this point
Browse repository at this point
Commits on Sep 15, 2015
Fixes an auto-layout issue when entering the edit mode
Ignacio Romero Zurbuchen
committed
7ec47ff
View commit details
Copy full SHA for 7ec47ff
View code at this point
Browse repository at this point
Commits on Sep 14, 2015
Uses the iOS 9 macro on the method name only, no need to wrap its implementation too.
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
44c861e
View commit details
Copy full SHA for 44c861e
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
Disables `cellLayoutMarginsFollowReadableWidth` on iOS 9 for the auto-completion view
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
97aadb9
View commit details
Copy full SHA for 97aadb9
View code at this point
Browse repository at this point
Don't skip auto-completion view adjustment when transitioning anymore
Ignacio Romero Zurbuchen
committed
272af20
View commit details
Copy full SHA for 272af20
View code at this point
Browse repository at this point
Fixes incompatibility issues on iOS 8 causing crash. Oupsi.
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
c783ed9
View commit details
Copy full SHA for c783ed9
View code at this point
Browse repository at this point
Simplifies iOS 9 only API usage and fixes an issue in the sample project not compiling in iOS 8
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
bc5870c
View commit details
Copy full SHA for bc5870c
View code at this point
Browse repository at this point
On iOS 9, `viewWillTransitionToSize:withTransitionCoordinator:` requires super. Also renames the `rotating` property to `transitioning` to better match the new API context.
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
17a5ef4
View commit details
Copy full SHA for 17a5ef4
View code at this point
Browse repository at this point
Fixes `maximumHeightForAutoCompletionView`
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
ce09eed
View commit details
Copy full SHA for ce09eed
View code at this point
Browse repository at this point
Slows down bouncy animation by 0.15 seconds
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
e5b2045
View commit details
Copy full SHA for e5b2045
View code at this point
Browse repository at this point
Fixes topRect and bottomRect bad calculations, causing to break the built-in typing indicator. Fixes #253
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
d1d6d34
View commit details
Copy full SHA for d1d6d34
View code at this point
Browse repository at this point
Removes `slk_reloadInputAccessoryViewIfNeeded` no longer needed, which was causing an endless resign/respond first responder loop and breaking the text input adjustment on iOS 9
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
4f1373a
View commit details
Copy full SHA for 4f1373a
View code at this point
Browse repository at this point
Commits on Sep 10, 2015
Fires text change notification too in `setAttributedText:`
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
213a189
View commit details
Copy full SHA for 213a189
View code at this point
Browse repository at this point
Fixes crash caused by calling `layoutIfNeeded` too early, before UITableView or UICollectionView sets up its datasource
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
dceedc7
View commit details
Copy full SHA for dceedc7
View code at this point
Browse repository at this point
Commits on Sep 5, 2015
Merge pull request #189 from hdwr/button_size_from_image
Show description for f770903
Ignacio Romero Zurbuchen
committed
f770903
View commit details
Copy full SHA for f770903
View code at this point
Browse repository at this point
Commits on Sep 4, 2015
Removes duplicated declarations (I blame the merge)
Ignacio Romero Zurbuchen
authored and
Ignacio Romero
committed
f61e4e2
View commit details
Copy full SHA for f61e4e2
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
Fixes warning in iOS8 and below
Ignacio Romero Zurbuchen
committed
4c055d7
View commit details
Copy full SHA for 4c055d7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.