Skip to main content
added 3 characters in body
Source Link
rmaddy
  • 319.5k
  • 44
  • 548
  • 591

I have looked all over for an answer to this but essentially what I am trying to do is when a person pressed the colon key on their iphones keyboard I want to be notified and perform a certain action. I hope this makes sense. If you do offer an answer keep in mind I am a relatively new IOS developer :)

Thanks!

edit: Incase my above statement didn't quite make sense this is what will happen ideally:

1.user taps on textfield 2.user presses the number 1 key 3.notification is sent that user pressed the number 1 key 4. instead of the number 1 printed, the text will be replaced with the number 2.

  1. user taps on textfield
  2. user presses the number 1 key
  3. notification is sent that user pressed the number 1 key
  4. instead of the number 1 printed, the text will be replaced with the number 2.

this is a simple example.

I have looked all over for an answer to this but essentially what I am trying to do is when a person pressed the colon key on their iphones keyboard I want to be notified and perform a certain action. I hope this makes sense. If you do offer an answer keep in mind I am a relatively new IOS developer :)

Thanks!

edit: Incase my above statement didn't quite make sense this is what will happen ideally:

1.user taps on textfield 2.user presses the number 1 key 3.notification is sent that user pressed the number 1 key 4. instead of the number 1 printed, the text will be replaced with the number 2.

this is a simple example.

I have looked all over for an answer to this but essentially what I am trying to do is when a person pressed the colon key on their iphones keyboard I want to be notified and perform a certain action. I hope this makes sense. If you do offer an answer keep in mind I am a relatively new IOS developer :)

Thanks!

edit: Incase my above statement didn't quite make sense this is what will happen ideally:

  1. user taps on textfield
  2. user presses the number 1 key
  3. notification is sent that user pressed the number 1 key
  4. instead of the number 1 printed, the text will be replaced with the number 2.

this is a simple example.

added 316 characters in body
Source Link

I have looked all over for an answer to this but essentially what I am trying to do is when a person pressed the colon key on their iphones keyboard I want to be notified and perform a certain action. I hope this makes sense. If you do offer an answer keep in mind I am a relatively new IOS developer :)

Thanks!

edit: Incase my above statement didn't quite make sense this is what will happen ideally:

1.user taps on textfield 2.user presses the number 1 key 3.notification is sent that user pressed the number 1 key 4. instead of the number 1 printed, the text will be replaced with the number 2.

this is a simple example.

I have looked all over for an answer to this but essentially what I am trying to do is when a person pressed the colon key on their iphones keyboard I want to be notified and perform a certain action. I hope this makes sense. If you do offer an answer keep in mind I am a relatively new IOS developer :)

Thanks!

I have looked all over for an answer to this but essentially what I am trying to do is when a person pressed the colon key on their iphones keyboard I want to be notified and perform a certain action. I hope this makes sense. If you do offer an answer keep in mind I am a relatively new IOS developer :)

Thanks!

edit: Incase my above statement didn't quite make sense this is what will happen ideally:

1.user taps on textfield 2.user presses the number 1 key 3.notification is sent that user pressed the number 1 key 4. instead of the number 1 printed, the text will be replaced with the number 2.

this is a simple example.

Source Link

How can I recognize keyboard presses in ios?

I have looked all over for an answer to this but essentially what I am trying to do is when a person pressed the colon key on their iphones keyboard I want to be notified and perform a certain action. I hope this makes sense. If you do offer an answer keep in mind I am a relatively new IOS developer :)

Thanks!