I am developing iOS application on Swift and I want to add a done button to the Decimal Pad Keyboard Type. Do I need to create an Application Extension for Custom Keyboard to recreate Decimal Pad with a done button or is there another way. I only need this keyboard to be accessible within my app. Thanks.
            Asked
            
        
        
            Active
            
        
            Viewed 58 times
        
    1
            
            
        - 
                    if you don't want a toolbar on top of the iPhone keyboard you need your own extension or custom keyboard alternative like this one https://github.com/shicang1990/SCNumberKeyBoard – Lennet Jul 17 '15 at 20:18
- 
                    I don't think so. This question is about iOS 8 custom keyboards. – Nikita Zernov Jul 17 '15 at 20:18
 
    